stackdriver_exporter
stackdriver_exporter copied to clipboard
Google Stackdriver Prometheus exporter
Today, `stackdriver_exporter` allows specifying `--monitoring.metrics-type-prefixes`. And, some prefixes include multiple subsystems. For example, `logging.googleapis.com/log_entry_count` exports metrics for the following subsystems among others: `gae_app`, `cloud_function`, `gce_instance`, `gke_container`, `k_8_s_cluster`. It would be...
I'm getting this continuously in the log: ``` time="2018-05-22T18:37:40Z" level=error msg="Error retrieving Time Series metrics for descriptor `loadbalancing.googleapis.com/https/backend_request_count`: googleapi: Error 400: The provided filter doesn't refer to any known metric.,...
Hello, I'm running prometheus stackdriver exporter to collect Dataflow and BigQuery metrics. The strange thing is that Dataflow metrics (and others) work fine, however BigQuery metrics simply do not show...
Propagating changes from prometheus/prometheus default branch.
This PR introduces support for aggregating DELTA metrics in-memory. This implementation is somewhat based on https://github.com/prometheus-community/stackdriver_exporter/pull/167 but with extra functionality which is intended to solve the problem identified here, https://github.com/prometheus-community/stackdriver_exporter/pull/167#issuecomment-1217127124....
Adding some badges to `README.md` with project information: [](https://github.com/prometheus-community/stackdriver_exporter/actions/workflows/golangci-lint.yml) [](https://goreportcard.com/report/github.com/prometheus-community/stackdriver_exporter) [](https://pkg.go.dev/github.com/prometheus-community/stackdriver_exporter?tab=doc) [](https://github.com/prometheus-community/stackdriver_exporter/releases)  [](https://opensource.org/licenses/Apache-2.0) And add `.vscode` directory to `.gitignore`.
When more than one prefix matches the same metric descriptor, this will throw the error `collected metric xxx was collected before with the same name and label values`. For example,...
Adjusts the way `monitoring.filters` are documented and applied. Similar to #165, I found it hard to use the filters initially so hopefully more detailed docs can help. Especially related to...
**Problem Statement** We have GCP projects that are created dynamically and need to be discovered by the stackdriver exporter, but currently that aren't, since the exporter fetches the projects only...
I had recently experienced #103 and #166 in production and it took quite some time to recognize there was a problem with `stackdriver_exporter` because nothing was logged out to indiciate...