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

Feature Request: Add support for service account impersonation, enabling cross-organization access. This feature will allow authorized users to act on behalf of a service account, thereby gaining access to resources...

Hi, I'm using stackdriver-exporter v0.13.0, and _only_ recently somebody noticed the https/backend_latencies have values on all buckets up to `4.410119471141699e+09` for example: > stackdriver_https_lb_rule_loadbalancing_googleapis_com_https_backend_latencies_bucket{backend_name="[redacted]",backend_scope="europe-west1-d",backend_scope_type="ZONE",backend_target_name="[redacted]",backend_target_type="BACKEND_SERVICE",backend_type="NETWORK_ENDPOINT_GROUP",cache_result="DISABLED",client_country="Belgium",forwarding_rule_name="[redacted]",matched_url_path_rule="/",project_id="[redacted]",protocol="HTTP/2.0",proxy_continent="Europe",region="global",response_code="200",response_code_class="200",target_proxy_name="[redacted]",unit="ms",url_map_name="[redacted]",le="4.410119471141699e+09"} 2 1688377920000 When I check GCP...

Summary: I can't get metrics filtering to work. My goal is to filter on multiple different user metadata labels, but right now I can't get a single one to work....

I have ~250 different GCP projects, with different needs. In some projects I just only need to scrape Composer metrics, in the other projects I need to scrape only BigQuery...

Context in #173. @SuperQ we are quite close to a single deployment design where we pass filter params to the scrape endpoint. However, when using this approach the `innerHandler` registers...

We've been introduced to this stackdriver_exporter recently and started using it to export metrics from GCP infra to our prometheus. Specifically the metrics of Apigee proxy provided as a managed...

The bulk of this PR was automated by the following script which is being used to aid in converting the various exporters/projects to use slog: https://gist.github.com/tjhop/49f96fb7ebbe55b12deee0b0312d8434 Other changes include: -...

Propagating changes from prometheus/prometheus default branch.

Deprecation notice: The comma delimited flags `google.project-id` and `monitoring.metrics-type-prefixes` are being replaced by repeatable flags `google.project-ids` and `monitoring.metrics-prefixes`. The comma delimited flags will be supported for at least one more...

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.34.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.34.2 1.34.2 Require Go 1.22+ Maintenance bump ginkgo as well [c59c6dc] bump to go 1.22 - remove x/exp...

dependencies