GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
195 stars 93 forks source link

Add healthz and readyz to operator #931

Closed TheSpiritXIII closed 6 months ago

TheSpiritXIII commented 7 months ago

This PR improves the reliability of the operator.

This is useful for moving the operator to the control plane (if we ever do), for customers to avoid the 0-node problem themselves, and for us to simplify our e2e test logic (makes our guitar test more reliant too).