File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
## master / unreleased
2
2
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
7
13
8
14
## 0.12.0 / 2022-02-08
9
15
Original file line number Diff line number Diff line change 1
- 0.12 .0
1
+ 0.13 .0
You can’t perform that action at this time.
0 commit comments