stackdriver_exporter
stackdriver_exporter copied to clipboard
Google Stackdriver Prometheus exporter
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.62.0 to 0.64.0. Release notes Sourced from github.com/prometheus/common's releases. v0.64.0 What's Changed Add deprecation notice to otlptranslator by @ArthurSens in prometheus/common#773 Synchronize common files from prometheus/prometheus by...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.224.0 to 0.235.0. Release notes Sourced from google.golang.org/api's releases. v0.235.0 0.235.0 (2025-05-28) Features all: Auto-regenerate discovery clients (#3164) (b477d3d) all: Auto-regenerate discovery clients (#3167) (64d566f) all: Auto-regenerate...
I started using Cloud Run and added run.googleapis.com to the prefixes in stackdriver_exporter I have only ~50 runs/containers, but the exporter started publishing 150,000 metrics and when I looked at...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.2 to 1.37.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.37.0 1.37.0 Features add To/ToNot/NotTo aliases for AsyncAssertion [5666f98] v1.36.3 1.36.3 Maintenance bump all the things [adb8b49] chore:...
The `monitoring.Service` is constructed with a `http.Client` based on `google.DefaultClient` from `golang.org/x/oauth2/google`. It seems this does not respect the environment variable `GOOGLE_CLOUD_QUOTA_PROJECT` to set the `X-goog-user-project` request header ([GCP docs](https://cloud.google.com/docs/quotas/quota-project#project-client-based))....
stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count doesn't seem like a counter
Using the same query in gcp and grafana shows different results. In Grafana, this metric seems like it isn't a counter like in gcp, so `rate` doesn't show the same...
**Description:** This issue tracks the implementation of a new feature that allows users to specify a non-default Google Cloud universe when using the `stackdriver_exporter`. **Problem:** Currently, the `stackdriver_exporter` assumes the...
Propagating changes from prometheus/prometheus default branch.
This PR is to export the system metadata labels along with metric and resource labels.
**Motivation** The current implementation uses PromHTTP's default error handling, which may not suit all deployment scenarios. By allowing customization, users can: - Opt for more lenient error handling (e.g., `ContinueOnError`)...