-
Notifications
You must be signed in to change notification settings - Fork 58
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
On Grafana alertmanager dashboard, severity value is shown as "-" #63
Comments
Same issue here, numbers aren't solely fit for purpose here! |
#31 (comment) Critical=critical |
@JMUsero where did you put that? I have a config file for grafana and i tried:
I also tried putting them right under jsonData without the 'severity:' key, but i am still getting the '-' of shame under severity in grafana. Even tried putting it under secureJsonData because i got desperate. Still nothing! My grafana is version 7.5.3 |
Hi, I'm also facing the same issue. Workaround didn't work for me. |
What happened:
On prometheus alertmanager, there are alerts, severity values are "MINOR".
On Grafana, set datasource is prometheus alertmanager, create a dashboard to show alerts got from alertmanager. Alerts are shown, but severity values are "-".
What you expected to happen:
On Grafana, in alerts table, severity values are the same with those on alertmanager, not "-".
How to reproduce it (as minimally and precisely as possible):
1.On Prometheus, there are pre-defined rules, including "severity: MINOR", "severity: MAJOR", "severity: CRITICAL".
2.Triger alerts, there are alerts shown on alertmanager.
3.On Grafana, set datasource is prometheus alertmanager, create a dashboard to show alerts got from alertmanager. Alerts are shown, but severity values are "-".
Anything else we need to know?:
I also modified Prometheus pre-defined rules severity value to number, such as "3".
Triger alerts, on Grafana, Alerts are shown, severity values are "3". That's correct.
So, I guess severity values only support number, not support string, need to enhance.
Environment:
•Grafana version: v6.2.2
•Grafana plugins: prometheus alertmanager v0.0.7
The text was updated successfully, but these errors were encountered: