Closed
Description
Heard this request and I don't think it's uncommon. Maybe something like this:
select count(val) from some_series group by time(5m) fill(0)
select count(state) from some_series group by time(5m), state fill(0)
The second query should fill in zero values for every unique state it has seen so far.
Metadata
Assignees
Labels
No labels