You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out, that one of our apps Health is flapping, i.e. 99% of time it is Healthy, but for a very short period it changes to Degraded (up to 3 times a minute), which is not even visible in the ArgoCD GUI.
Our current alarms require the Degraded state to last for a few minutes, so a very short <1 sec Degraded state won't be detected.
After investigation, I don't think flapping can be identified using Prometheus metrics, as the base argocd_app_info metrics is a gauge, i.e. Prometheus would need to check in the exact moment the application is degraded, which is not very probable.
Is it possible to alarm on application health flapping?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I found out, that one of our apps Health is flapping, i.e. 99% of time it is Healthy, but for a very short period it changes to Degraded (up to 3 times a minute), which is not even visible in the ArgoCD GUI.
Our current alarms require the Degraded state to last for a few minutes, so a very short <1 sec Degraded state won't be detected.
After investigation, I don't think flapping can be identified using Prometheus metrics, as the base argocd_app_info metrics is a gauge, i.e. Prometheus would need to check in the exact moment the application is degraded, which is not very probable.
Is it possible to alarm on application health flapping?
Thank you!
:P.
Beta Was this translation helpful? Give feedback.
All reactions