Skip to content

Commit ba71119

Browse files
authored
Merge pull request #196 from kgeckhart/kgeckhart/release-0.13.0
Release 0.13.0
2 parents 1ae2d35 + 774a6ca commit ba71119

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## master / unreleased
22

3-
## 0.13.0 / 2022-11-15
4-
5-
* [FEATURE] Add `web.stackdriver-telemetry-path` flag. When configured the stackdriver metrics go to this endpoint and
6-
`web.telemetry-path` contain just the runtime metrics.
3+
## 0.13.0 / 2023-01-25
4+
5+
* [FEATURE] Add `monitoring.aggregate-deltas` and `monitoring.aggregate-deltas-ttl` flags which allow aggregating DELTA
6+
metrics as counters instead of a gauge #168
7+
* [FEATURE] Add `web.stackdriver-telemetry-path` flag. When configured the stackdriver metrics go to this endpoint and
8+
`web.telemetry-path` contain just the runtime metrics. #173
9+
* [ENHANCEMENT] Make Stackdriver main collector more library-friendly #157
10+
* [BUGFIX] Fixes suspected duplicate label panic for some GCP metric #153
11+
* [BUGFIX] Metrics-ingest-delay bugfix #151
12+
* [BUGFIX] Fix data race on metricDescriptorsFunction start and end times #158
713

814
## 0.12.0 / 2022-02-08
915

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

0 commit comments

Comments
 (0)