-
Notifications
You must be signed in to change notification settings - Fork 45
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
Alerts without a "message" annotation don't show meaningful details in MetalK8s UI #2994
Comments
@gdemonet, Thanks, this is how I handled this. : link, please let me know your feedback. Similar change for VolumeAlertsTab.js and update on monitoring test. |
@n1603 Could you create a PR to contribute your fixes? @ChengYanJin left some notes on the process at #2993 (comment). Thanks! |
@NicolasT, thanks. if fix helps, I will create PR after going through the process. |
some issue with my pr branch squash not working as expected, will re-create. |
Changes made to display alert message on UI when prometheus alerts annotation have any of description, summary or message field Refs: scality#2994 Signed-off-by: Ganesh Chaudhari <ganesh0407@gmail.com>
Change made to add additional field for Prometheus alerts with any of description, summary or message field Refs: scality#2994 Signed-off-by: Ganesh Chaudhari <ganesh0407@gmail.com>
PR : #3030 |
Changes made to display alert message on UI when prometheus alerts annotation have any of description, summary or message field Refs: #2994 Signed-off-by: Ganesh Chaudhari <ganesh0407@gmail.com>
Change made to add additional field for Prometheus alerts with any of description, summary or message field Refs: #2994 Signed-off-by: Ganesh Chaudhari <ganesh0407@gmail.com>
Originally posted by @n1603 in #2993
We should likely handle all known alert annotations to display the most relevant information to our users when an alert fires.
The text was updated successfully, but these errors were encountered: