File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
metrics-exporter-prometheus Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ### Fixed
12
+
13
+ - Apply unit suffixes in the correct portion of metric names when unit suffixing is enabled.
14
+ ([ #582 ] ( https://github.com/metrics-rs/metrics/pull/582 ) )
15
+
11
16
## [ 0.17.0] - 2025-04-20
12
17
13
18
### Changed
Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased] - ReleaseDate
11
11
12
+ ### Changed
13
+
14
+ - Taking a snapshot from ` DebuggingRecorder ` now has "consume" semantics for counters and gauges, matching the behavior
15
+ observed for histograms. ([ #588 ] ( https://github.com/metrics-rs/metrics/pull/588 ) )
16
+
17
+ ### Fixed
18
+
19
+ - Use the ` AtomicU64 ` type exposed from ` metrics::atomics ` in ` AtomicSamplingReservoir ` to allow building on 32-bit
20
+ platforms. ([ #585 ] ( https://github.com/metrics-rs/metrics/pull/585 ) )
21
+
12
22
## [ 0.19.1] - 2025-04-20
13
23
14
24
### Changed
You can’t perform that action at this time.
0 commit comments