Management API
Prometheus provides a set of management APIs to facilitate automation and integration.
Health check
GET /-/healthy HEAD /-/healthy
This endpoint always returns 200 and should be used to check Prometheus health.
Readiness check
GET /-/ready HEAD /-/ready
This endpoint returns 200 when Prometheus is ready to serve traffic (i.e. respond to queries).