Skip to content

Commit fc1bb41

Browse files
committed
update changelogs
1 parent 8148c04 commit fc1bb41

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

metrics-exporter-prometheus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

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+
1116
## [0.17.0] - 2025-04-20
1217

1318
### Changed

metrics-util/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

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+
1222
## [0.19.1] - 2025-04-20
1323

1424
### Changed

0 commit comments

Comments
 (0)