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

This started failing around the 17th Dec 2019 - it was running fine before that date. We run the exporter using ``` /opt/stackdriver_exporter/stackdriver_exporter --google.project-id --monitoring.metrics-type-prefixes "bigtable.googleapis.com,logging.googleapis.com,compute.googleapis.com/instance/uptime" --stackdriver.http-timeout=45s ``` We ran...

Hello, In `stackdriver_exporter` documentation specified that GCP metric of type `DELTA` is exported as `Gauge`, but it is not true. I encountered a case where it was exported as `Histogram`....

I installed the stackdriver_exporter (v0.6.0) with helm on my K8s cluster. I only want to monitor my cloud sql DataBase. I set 1h interval (stackdriver.metrics.interval = 1h) in the values.yaml....

Setting `STACKDRIVER_EXPORTER_MONITORING_METRICS_INTERVAL` to `30s` and adding `dataflow.googleapis.com/job` to the list of `STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES` brings Dataflow related metrics empty

Start command: ./stackdriver_exporter --google.project-id $project --web.listen-address=:9259 --monitoring.metrics-type-prefixes redis.googleapis.com & Error while querying redis/memorystore exporter: [root@prometheus-vm04 stackdriver_exporter-0.5.1.linux-amd64]# curl localhost:9259/metrics ERRO[0011] Error retrieving Time Series metrics for descriptor `redis.googleapis.com/commands/calls`: googleapi: Error 500:...

I have some user-defined metrics in stackdriver (in particular, for dataflow) that I am having trouble exporting. When I set the environment variable `STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES` to, for example `bigtable.googleapis.com/cluster`, everything works...

Hello, I encounter some issue to grab the storage metrics. Some time I've got all the metrics, some time just some of them and some times none. I've started it...

Collecting this metric (stackdriver_gae_app_appengine_googleapis_com_system_memory_usage) works fine as long as there is only 1 instance of the GAE service running. As soon as we scale to 2 instances running, StackDriver_Exporter begins...

When scraping the loadbalancing GCP API, it seems a very large amount of buckets are created for each endpoint. You can see an example in this unrelated PR https://github.com/frodenas/stackdriver_exporter/pull/23 If...

Executing stackdriver_exporter as: stackdriver_exporter --google.project-id=myproject --monitoring.metrics-type-prefixes=serviceruntime.googleapis.com/api/request_count Then running curl localhost:9255/metrics Gives me An error has occurred during metrics collection: 2 error(s) occurred: * collected metric stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count label: label: label: label:...