Skip to content

Commit

Permalink
Merge pull request #196 from kgeckhart/kgeckhart/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
SuperQ authored Jan 25, 2023
2 parents 1ae2d35 + 774a6ca commit ba71119
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## master / unreleased

## 0.13.0 / 2022-11-15

* [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.
## 0.13.0 / 2023-01-25

* [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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0

0 comments on commit ba71119

Please sign in to comment.