You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing cases where histogram_count are giving negative values intermittently.
We also recently upgraded to 2.16.0 to see if that alleviates the issue as it includes fix related to aggr_over_time and counter reset detection but issue still persists.
How to reproduce it?
Start Mimir 2.16.0
One of rule is based on query avg_over_time(histogram_count(sum(rate(query:without_instance{bushido_mode="shogun",bushido_tier=~"production.*"}[5m])))[5m:]) which trigger alerts with a negative value
However, when we visualize the same query in a dashboard it shows expected values (non-negative), so it's only seen during rule evaluation.