-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(alerting): Add up alert rule with anti-flap and absence detection #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One typo requires fixing, another one is a general question so feel free to resolve if you feel 5 mins is enough.
Co-authored-by: Mateusz Kulewicz <[email protected]>
Need to remember to do the same in the |
Hi 👋 |
Hello, I just encountered a case where those alerts would be helpful, so +1 from me. I was testing DCGM-exporter metrics. I saw that Prometheus picked up the metrics, but there was no data. After some digging, I discovered that the issue was with one faulty metric produced by DCGM, which caused everything to be discarded and The alerts would save me some time :) |
Co-authored-by: Jose <[email protected]> Signed-off-by: Leon <[email protected]>
resolves #143
Issue
Grafana Agent does not currently provide an alert that detects the host being down.
Solution
Add a check, and make it also detect absence of metrics.
Context
Testing Instructions
juju deploy ubuntu
)ubuntu
.Upgrade Notes