GoogleCloudPlatform / prometheus-engine

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

feat: add more example self-podmonitorings #1127

Closed pintohutch closed 3 weeks ago

pintohutch commented 3 weeks ago

The gmp-operator exposes Prometheus metrics that can be helpful to debug issues with managed-collection. This is also the case with the managed alertmanager.

We have examples of how to scrape metrics from other components, but not the operator or the alertmanager.

So here we provide examples to supplement the self-monitoring exporter documented in https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters/prometheus?hl=en.

Partly addresses #793.

bwplotka commented 3 weeks ago

Fixes https://github.com/GoogleCloudPlatform/prometheus-engine/issues/1123