When I run the below, I could see 3 series (out of 5 series in total) which satisfy > 500 condition, but how can I list other 2 series also as 0?
count_over_time((some_metric{env="test"} > 500 )[10m:15s])

I expect all 5 series
When I run the below, I could see 3 series (out of 5 series in total) which satisfy > 500 condition, but how can I list other 2 series also as 0?
count_over_time((some_metric{env="test"} > 500 )[10m:15s])

I expect all 5 series