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

Enable discovery metrics in rule-evaluator #973

Open pintohutch opened 5 months ago

pintohutch commented 5 months ago

Currently we do not emit discovery-based metrics in the rule-evaluator. Those are registered using the default registerer until https://github.com/prometheus/prometheus/commit/6de80d7fb03f7cd5ed44b85559886e73d89e720d.

Let's upgrade the prometheus dependency and register those metrics for debugging.