Alerting when there are no autometrics-related metrics #35
emschwartz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We ran into an issue where one version of our API stopped producing autometrics-related metrics, probably because of some slight configuration change.
Should we add an alerting rule to trigger an alert if there are no autometrics-related metrics in the Prometheus instance? Are there cases where this would fire incorrectly and be annoying?
I think we can use the
absent_over_time
function for this purpose.What do others think?
Beta Was this translation helpful? Give feedback.
All reactions