stackdriver_exporter
stackdriver_exporter copied to clipboard
Google Stackdriver Prometheus exporter
Hello there, I'm giving it a shot here. Is there anything we can do other than create a white/blacklist for these trouble maker metrics for the exporter? For example, this...
Background --- My company has an internal monitoring/alerting solution that serves both our on-premise and cloud needs; it's backed by Prometheus and Grafana. We get Cloud Monitoring (née Stackdriver) metrics...
### Setup Run stackdriver_exporter with `--monitoring.metrics-type-prefixes=bigtable.googleapis.com`. ### Expected Metrics like `stackdriver_bigtable_table_bigtable_googleapis_com_server_latencies_count` should present as monotonically increasing counters, as would normal Prometheus histogram counters. ### Actual Metrics `stackdriver_bigtable_table_bigtable_googleapis_com_server_latencies_count` frequently decrement and...
We had two logs-based metrics named `ingestion-run-time` and `ingestionRunTime` with different types and descriptions. The stackdriver exporter metrics endpoint was returning a 500 error saying that the help text didn't...
I installed the default configuration of the helm chart according to this guide: [click me](https://nws.netways.de/de/tutorials/2020/10/07/kubernetes-alerting-mit-prometheus-alertmanager/) and some metrics are missing in the Grafana Charts, for example, the "USE Method/CPU Utilization"...
Hello, When we include `appengine.googleapis.com` in our prefix list we see 500s being returned from the `/metrics` endpoint. We've turned debug logging on and it seems to be loading the...
Hi, I have connected Grafana with Prometheus and fetching the metrics data using stackdriver_exporter. I am able to see only the current data which is fetched, but not able to...
Hi ! first, thanks for your work ! We have an issue with project_id and workspace with multiple attached projects. Here is our configuration * main project is fsociety-prod, we...
Hi, we're using the stackdriver exporter for our project and currently use a configuration where we just specify the prefix of the metrics we would like to request (so that...
Hi, Using latest stackdriver_exporter, I seem to have ran into an issue extracting metrics from Stackdriver. I use a service account with the `Monitoring Viewer` role that I inject into...