Releases: prometheus-community/stackdriver_exporter
Releases · prometheus-community/stackdriver_exporter
0.17.0 / 2024-11-04
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 release.
0.16.0 / 2024-07-15
0.15.1 / 2024-05-15
- [BUGFIX] Fix histogram merge #324
0.15.0 / 2024-03-07
0.14.1 / 2023-05-26
- [BUGFIX] Fix default listening port #229
0.14.0 / 2023-05-26
- [FEATURE] cache descriptors to reduce API calls #218
0.13.0 / 2023-01-25
- [FEATURE] Add
monitoring.aggregate-deltas
andmonitoring.aggregate-deltas-ttl
flags which allow aggregating DELTA
metrics as counters instead of a gauge #168 - [FEATURE] Add
web.stackdriver-telemetry-path
flag. When configured the stackdriver metrics go to this endpoint and
web.telemetry-path
contain just the runtime metrics. #173 - [ENHANCEMENT] Make Stackdriver main collector more library-friendly #157
- [BUGFIX] Fixes suspected duplicate label panic for some GCP metric #153
- [BUGFIX] Metrics-ingest-delay bugfix #151
- [BUGFIX] Fix data race on metricDescriptorsFunction start and end times #158
0.12.0 / 2022-02-08
Breaking Changes:
The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments.
0.11.0 / 2020-09-02
0.10.0 / 2020-06-28
- [FEATURE] Autodiscover Google Poject ID #62