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
Currently we expose an endpoint to check charon's health as /readyz on monitoringapi base URL which also updates the readyz gauge. Note that this gauge only updates if the endpoint is called which gives inaccurate results on grafana dashboard.
Proposed solution
Asynchronously update readyz gauge every 10s. Also maintain an internal state which will be read when /readyz endpoint is called.
The text was updated successfully, but these errors were encountered:
This change pushed readyz metrics every 1 second. Earlier we were pushing this metric only when someone calls readyz endpoint. If no-one calls that endpoint it will show inactive on readyz grafana panel.
category: bug
ticket: #880
Problem to be solved
Currently we expose an endpoint to check charon's health as
/readyz
on monitoringapi base URL which also updates the readyz gauge. Note that this gauge only updates if the endpoint is called which gives inaccurate results on grafana dashboard.Proposed solution
Asynchronously update readyz gauge every 10s. Also maintain an internal state which will be read when
/readyz
endpoint is called.The text was updated successfully, but these errors were encountered: