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
In #5860 Thanos started printing query warnings in the UI. In prometheus/prometheus#12152 Prometheus started adding a number of warnings to the query engine including PossibleNonCounterWarning.
PossibleNonCounterWarning is a false-positive for us because our counters do not follow the standard naming convention.
Describe the solution you'd like
The ability to disable a specific set of warnings via config.
Describe alternatives you've considered
Update all of our metric names: not worth the effort
Live with the warning: creates warning fatigue and visual distraction
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
In #5860 Thanos started printing query warnings in the UI. In prometheus/prometheus#12152 Prometheus started adding a number of warnings to the query engine including
PossibleNonCounterWarning
.PossibleNonCounterWarning
is a false-positive for us because our counters do not follow the standard naming convention.Describe the solution you'd like
The ability to disable a specific set of warnings via config.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: