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

fix: update self-pod-monitoring.yaml example to reduce ingestion of self-scraped metrics. #794

Closed maxamins closed 9 months ago

maxamins commented 9 months ago

This PR aims to reduce aim to reduct the amount of self-scraped metrics that are ingested.

  1. Increase the scrape interval to 30s.
  2. Drop metrics with high cardinality.

Also resolves b/322791992 and part of https://github.com/GoogleCloudPlatform/prometheus-engine/issues/725