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

Hi, I am using the latest version of stackdriver_exporter to collect metrics from google cloud monitoring. However, I can see some difference in values when comparing the prometheus data with...

The GCP pricing model for these APIs is to [charge per request](https://cloud.google.com/stackdriver/pricing), so this patch would slightly decrease the number of requests in every scrape, and therefore reduce the cost...

I tried to search the internet for examples of dashboards using stackdriver_exporter but failed miserably. :cry: Where can I find something equivalent to this for the stackdriver_exporter: https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards

Looks like promlog allows you to log with json. I looked around and don't think I see a way to change htis. I think it should just be a matter...

Thanks for the `stackdriver_exporter` project! This project has allowed us to consolidate metrics in Prometheus, further enabling us to build centralized Prom tooling (ex. for SLOs). I'm proposing following change:...

Hi team , I try to scrape custom log based metrics and exporter doesn't do anything.. - No scraping for below args Args ``` --monitoring.metrics-type-prefixes=logging.googleapis.com/user/* --monitoring.metrics-type-prefixes=logging.googleapis.com/user/my-custom-metric ``` ``` level=info ts=2022-01-05T19:47:53.425Z...

AII! 1.Iam trying to run the stack driver Exporter query as a service but it is not working for me. Could some one help me? [Unit] Description=Stackdriver exporter After=network-online.target Before=shutdown.target...

When scraping metrics for this prefix we're seeing timestamps that are reported out-of-order the timestamp first appears normally, but then seems to start repeating the same period of 1 min...

When working on https://github.com/prometheus-community/stackdriver_exporter/pull/74, I noticed `google.golang.org/api/monitoring/v3` is marked as deprecated. It needs to be updated to `cloud.google.com/go/monitoring/apiv3`

enhancement
help wanted

What if I had a service account which had access to multiple projects and wanted to scrape GCP metrics for all of those projects? Currently we are able to get...