Hey all, really easy one for you - when running a PromQL query that returns series that have a null
value, how do I exclude them from the timeseries panel?
sum by (host) (count_over_time(vector_open_connections{}[$__interval]))
is the query I’m running, but sum by (host) (count_over_time(vector_open_connections{}[$__interval]) >= 0)
doesn’t work and the old option to filter out null’s that was in v. 6 or 7 of Grafana doesn’t appear to be available in v8!