We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Latest plugin version does not support high severity numeric value. In older plugin versions following numeric severity values were returned:
critical = 4 high = 3 warning = 2 info = 1
This merge request added following severities:
default = 4 critical = 1 warning = 2 info = 3
Since high severity alerts now have value 4, it is impossible to sort them in grafana tables correctly.
I would advise switching back to behavior that this plugin had originally.
The text was updated successfully, but these errors were encountered:
Add high severity support
1994ebc
Fixes camptocamp#134
Successfully merging a pull request may close this issue.
Hello,
Latest plugin version does not support high severity numeric value. In older plugin versions following numeric severity values were returned:
This merge request added following severities:
Since high severity alerts now have value 4, it is impossible to sort them in grafana tables correctly.
I would advise switching back to behavior that this plugin had originally.
The text was updated successfully, but these errors were encountered: