InfluxDB Error: unsupported mean iterator type: *query.booleanInterruptIterator

Not sure if this is a Grafana or Influx question: I’m getting this error in my grafana:

InfluxDB Error: unsupported mean iterator type: *query.booleanInterruptIterator

What does that mean?
I can verify all my fields are there:
image

I can display all the floats on a table (using grafana). But if I mix them, 2 floats + boolean, then I get this error. I can’t mix data on a table? Or am I setting it up incorrectly?

1 Like

Hello @traderjoe,
What version of InfluxDB are you using and what are you using to query?

1 Like

I’m using 1.8.10.

I managed to fix this. The problem was in grafana. I had to delete the GROUP BY time, that way it won’t force me to aggregate my data. Meaning I can enter booleans now. :grinning:

2 Likes