Skip to content

Releases: prometheus-community/stackdriver_exporter

0.15.1 / 2024-05-15

15 May 12:24
v0.15.1
fa58d5b
Compare
Choose a tag to compare
  • [BUGFIX] Fix histogram merge #324

0.15.0 / 2024-03-07

07 Mar 18:18
v0.15.0
43caa51
Compare
Choose a tag to compare
  • [FEATURE] Add projects query #243
  • [ENHANCEMENT] Refactor delta logic for library usage #190

0.14.1 / 2023-05-26

26 May 14:39
v0.14.1
3e21ec3
Compare
Choose a tag to compare
  • [BUGFIX] Fix default listening port #229

0.14.0 / 2023-05-26

26 May 07:14
v0.14.0
6cb7206
Compare
Choose a tag to compare
  • [FEATURE] cache descriptors to reduce API calls #218

0.13.0 / 2023-01-25

25 Jan 18:44
v0.13.0
ba71119
Compare
Choose a tag to compare
  • [FEATURE] Add monitoring.aggregate-deltas and monitoring.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

10 Feb 09:24
v0.12.0
cd3d54a
Compare
Choose a tag to compare

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.

  • [CHANGE] Cleanup non-standard ENV var setup #142
  • [FEATURE] Add support to include ingest delay when pull metrics #129
  • [FEATURE] Add monitoring.filters flag #133
  • [ENHANCEMENT] Setup exporter metrics only once when we can #124

0.11.0 / 2020-09-02

02 Sep 15:06
v0.11.0
aafa2f0
Compare
Choose a tag to compare
  • [CHANGE] Do not treat failure to collect metrics as fatal #102
  • [FEATURE] Add support for multiple google project IDs #105

0.10.0 / 2020-06-28

29 Jun 08:52
v0.10.0
b52e21b
Compare
Choose a tag to compare
  • [FEATURE] Autodiscover Google Poject ID #62

0.9.1 / 2020-06-02

02 Jun 14:06
v0.9.1
770b1be
Compare
Choose a tag to compare
  • [BUGFIX] Fix report time missing for histogram metrics #94

0.9.0 / 2020-05-26

26 May 10:42
v0.9.0
5daeab4
Compare
Choose a tag to compare
  • [CHANGE] Add stackdriver timestamp to metrics #84
  • [CHANGE] Fix collect param name #91