Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: Ability to disable specific query warnings from being displayed #7229

Open
WillSewell opened this issue Mar 25, 2024 · 0 comments
Open

Comments

@WillSewell
Copy link

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

  • Update all of our metric names: not worth the effort
  • Live with the warning: creates warning fatigue and visual distraction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant