stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

Google Stackdriver Prometheus exporter

Results 114 stackdriver_exporter issues
Sort by recently updated
recently updated
newest added

Propagating changes from prometheus/prometheus default branch.

My latest change (https://github.com/prometheus-community/stackdriver_exporter/commit/bc18b73dab0e6454285d29150a7bcd99578da8d5) looks to have broken the `--monitoring.aggregate-deltas` feature 😞 My apologies! 🤦🏻 --- On v0.15.0, `newHandler` is called once on start, which calls `innerHandler` once, which in...

Added two missing closing backticks in the Flags table

We are getting a few ... `ts=2024-01-29T10:29:44.926Z caller=monitoring_collector.go:212 level=error msg="Error while getting Google Stackdriver Monitoring metrics" err="googleapi: Error 429: Query aborted. Please reduce the query rate., rateLimitExceeded` Could you introduce...

I was trying to debug the way exporter works. It seems that the first REST call is the authentication, then the second one is a query about the possible metrics...

I have created a stack-driver exporter to scrape metrics for GCS component. All the metrics under **storage.googleapis.com/replication** is missing. **Configuration:** ``` STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES: storage.googleapis.com, storagetransfer.googleapis.com STACKDRIVER_EXPORTER_MONITORING_METRICS_INTERVAL: 10m STACKDRIVER_EXPORTER_MONITORING_METRICS_OFFSET: 0s ``` **Stack-driver...

I am scraping Cloud Run Metrics but the only **startup_latencies** metric is not showing up. Hypothesis and things I tried: 1 - Created an exporter for just Cloud Run Container...

Hello, I want to collect GKE metrics from GCP Monitoring. if i run: ``` stackdriver_exporter --google.project-id=qa --monitoring.metrics-type-prefixes "kubernetes.io/node/memory/used_bytes" --monitoring.filters 'kubernetes.io/node/memory/used_bytes:resource.label."cluster_name"="cluster00"' --log.level=debug ``` metrics collecting and all right `ts=2023-11-28T14:38:27.542Z caller=monitoring_collector.go:372 level=debug...

Hello, today we've noticed that the data that is exported by this exporter doesn't match up with what GCP monitoring shows even if the queries are identical between both environments....

Hello, recently we noticed that values exported by the exporter and the ones in GCP don't match, the metric labels (including bucket lengths) match but the values themselves don't, even...