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'm using HealthChecks.Prometheus.Metrics and trying to import it into Prometheus.
As soon as one health check is going into unhealthy the whole endpoint is returning HTTP 503
It looks like Prometheus is completely ignoring the data in that case. My yml looks like that:
I'm using HealthChecks.Prometheus.Metrics and trying to import it into Prometheus.
As soon as one health check is going into unhealthy the whole endpoint is returning HTTP 503
It looks like Prometheus is completely ignoring the data in that case. My yml looks like that:
Is there something I need to change in the yml or can I somehow make the healthcheck give a 200?
Thanks
The text was updated successfully, but these errors were encountered: