stackdriver_exporter
stackdriver_exporter copied to clipboard
Google Stackdriver Prometheus exporter
I've cleaned up the internal set of commits we are (successfully, as far as we can determine) running as of this week (8/8/2022) and it seemed to make sense to...
Right now, there are several issues stemming from stack driver's DELTA metrics, which just record the change in a metric. This leads to inconsistent data in prometheus, since the value...
For a while our prometheus was not able to scrape any metrics from the `stackdriver_export` with the following error: ``` [from Gatherer #2] collected metric "stackdriver_pubsub_topic_pubsub_googleapis_com_topic_send_request_latencies" { label: label: label:...
After upgrading from 0.8.0 to 0.11.0 we started noticing a spam of warning on Prometheus servers logs. This error appears once we use 0.9.1 and is still there up to...
Hey @SuperQ ! This is an implementation of the feature proposal in #145, TLDR to allow filtering by project ID at scrape-time. Our use case is multi-tenancy, where each tenant...
I need to monitor health checks from instance group when I use Loadbalancer. I think there are 2 cases to monitor but It is inefficient and not that accurate 1....
This PR fixes the argument `--google.project-id` in the README. It should contain an equal sign between the flag an the value, as tested in the container for `v0.12.0`.
### Issue Stackdriver exporter throws the below error when fetching stack driver monitoring metrics. ` { labels: { compute.googleapis.com/resource_name: "gke-company-resource-name" k8s-pod/app: "prometheus-stackdriver-exporter" k8s-pod/release: "stable" } logName: "projects/company/logs/stderr" receiveTimestamp: "2022-04-20T01:15:51.291425040Z" resource:...
Looks like the exporter crashes when a metric has duplicate label names. ``` time="2020-05-04T13:49:10Z" level=info msg="Starting stackdriver_exporter (version=0.7.0, branch=HEAD, revision=a339261e716271d77f6dc73d1998600d6d31089b)" source="stackdriver_exporter.go:136" time="2020-05-04T13:49:10Z" level=info msg="Build context (go=go1.14.2, user=root@6bfda044714a, date=20200501-12:39:15)" source="stackdriver_exporter.go:137" time="2020-05-04T13:49:10Z"...
Hey there, Awesome work, thanks for doing this! What do you think about adding a `/healthz` endpoint that will periodically try to get metrics and return a `503` in case...