You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Prometheus][prometheus] exporter for [Google Stackdriver Monitoring][stackdriver] metrics. It acts as a proxy that requests Stackdriver API for the metric's time-series every time prometheus scrapes it.
10
+
A [Prometheus][prometheus] exporter for [Google Stackdriver Monitoring][stackdriver] metrics. It acts as a proxy that requests Stackdriver API for the metric's time-series everytime prometheus scrapes it.
11
11
12
12
## Installation
13
13
@@ -167,7 +167,7 @@ stackdriver_exporter \
167
167
168
168
The `stackdriver_exporter` collects all metrics type prefixes by default.
169
169
170
-
For advanced uses, the metric prefixes can be filtered by using a repeatable URL param called `collect`. In the Prometheus configuration you can use this syntax under the [scrape config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#<scrape_config>).
170
+
For advanced uses, the collection can be filtered by using a repeatable URL param called `collect`. In the Prometheus configuration you can use you can use this syntax under the [scrape config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#<scrape_config>).
171
171
172
172
173
173
```yaml
@@ -177,17 +177,6 @@ params:
177
177
- compute.googleapis.com/instance/disk
178
178
```
179
179
180
-
The GCP projects to collect metrics from can also be filtered, using the `project_ids` URL param:
181
-
```yaml
182
-
params:
183
-
project_ids:
184
-
- project-a
185
-
- project-b
186
-
collect:
187
-
- compute.googleapis.com/instance/cpu
188
-
- compute.googleapis.com/instance/disk
189
-
```
190
-
191
180
### What to know about Aggregating DELTA Metrics
192
181
193
182
Treating DELTA Metrics as a gauge produces data which is wildly inaccurate/not very useful (see https://github.com/prometheus-community/stackdriver_exporter/issues/116). However, aggregating the DELTA metrics overtime is not a perfect solution and is intended to produce data which mirrors GCP's data as close as possible.
0 commit comments