File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
metrics-exporter-dogstatsd
metrics-exporter-prometheus Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Changed
12
+
13
+ - Fix reversed aggregation behavior based on the configured aggregation mode.
14
+ ([ #589 ] ( https://github.com/metrics-rs/metrics/pull/589 ) )
15
+ - Pack multiple metrics into a single payload based on the configured transport/payload size limit to improve I/O
16
+ efficiency. ([ #586 ] ( https://github.com/metrics-rs/metrics/pull/586 ) )
17
+ - Update ` metrics-util ` to ` 0.20 ` .
18
+
11
19
## [ 0.9.4] - 2025-04-20
12
20
13
21
### Changed
14
22
15
- - Bumped ` thiserror ` to ` 2.0 ` . ([ #572 ] ( https://github.com// metrics-rs/metrics/pull/572 ) )
23
+ - Bumped ` thiserror ` to ` 2.0 ` . ([ #572 ] ( https://github.com/metrics-rs/metrics/pull/572 ) )
16
24
17
25
## [ 0.9.3] - 2025-03-27
18
26
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Changed
12
+
13
+ - Update ` metrics-util ` to ` 0.20 ` .
14
+
11
15
## [ 0.17.1] - 2025-06-18
12
16
13
17
### Fixed
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Changed
12
+
13
+ - Update ` metrics-util ` to ` 0.20 ` .
14
+
11
15
## [ 0.5.0] - 2025-04-20
12
16
13
17
### Changed
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Changed
12
+
13
+ - Update ` metrics-util ` to ` 0.20 ` .
14
+
11
15
## [ 0.18.0] - 2025-01-13
12
16
13
17
### Changed
You can’t perform that action at this time.
0 commit comments