stackdriver_exporter
stackdriver_exporter copied to clipboard
Google Stackdriver Prometheus exporter
As the title, what's the unit of stackdriver_gce_instance_compute_googleapis_com_instance_disk_average_io_latency? s, ms or us
Recently the help string for some metrics changed, one such example metric is `stackdriver_gce_instance_compute_googleapis_com_instance_uptime_total`. This led to the exporter failing and yielding messages like the below (newlines added for readability)...
The `stackdriver_cloudsql_database_cloudsql_googleapis_com_database_postgresql_num_backends_by_state` metric appears to have some collection issue when I enabled it. The exposition returns a 500 error. ``` An error has occurred while serving metrics:\n\n43 error(s) occurred:\n* [from...
I'm seeing some truncated queries on this metric causing collection failures. The issue appears to be with the `querystring` label being too long or truncated. ``` stackdriver_cloudsql_instance_database_cloudsql_googleapis_com_database_postgresql_insights_perquery_latencies_count ```
The stackdriver-exporter images only support `linux/amd64`. Would you be able to start releasing images that also support `linux/arm64` and `linux/arm/v7`?
Here's how I run the stackdriver_exporter with debug output: ./stackdriver_exporter --log.level=debug --google.project-ids=my-project --monitoring.metrics-prefixes='networking.googleapis.com/cloud_netslo' --monitoring.drop-delegated-projects --monitoring.filters='networking.googleapis.com/cloud_netslo' time=2025-05-06T19:25:52.778Z level=INFO source=stackdriver_exporter.go:366 msg="Starting stackdriver_exporter" version="(version=0.18.0, branch=HEAD, revision=3b1a6e9ebb85a176b8ab48639f8e0a2a4a2f7bcf)" build_context="(go=go1.23.5, platform=linux/amd64, user=root@34d306216a55, date=20250117-20:46:30, tags=unknown)" metric_prefixes=[networking.googleapis.com/cloud_netslo] extra_filters=networking.googleapis.com/cloud_netslo...
This PR takes over #416 This commit addresses the need to access GCP Monitoring's system_labels metadata (like machine_type) which are not returned by default through the APIs. By adding support...
Hello, Since one or two weeks, our stackdriver_exporter errors out with logs similar to: ``` collected metric "stackdriver_network_security_policy_networksecurity_googleapis_com_https_request_count" { label:{name:"backend_target_name" value:"****-https-lb-spectrum-back"} label:{name:"blocked" value:"true"} label:{name:"location" value:"global"} label:{name:"policy_name" value:"preconfigured-rules-policy"} label:{name:"project_id" value:"****-production"} label:{name:"unit"...
**Problem**: the exporter doesn't fix metric timestamp for all delayed metrics **Expected**: ingest_delay works for all GCP metrics which have ingestDelay metadata available from the GCP API When using the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.40.0. Commits 7d6e62a go.mod: update golang.org/x dependencies ea0c1d9 internal/timeseries: use built-in max/min to simplify the code 3e7a445 quic: skip packet numbers for optimistic ack defense...