We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3f0d3 commit 56936bfCopy full SHA for 56936bf
metrics-exporter-prometheus/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased] - ReleaseDate
10
11
+## [0.16.2] - 2025-01-31
12
+
13
### Fixed
14
15
- Fixed a bug where the configurable unit suffix was not properly applied to the "sum" and "count" lines for histograms.
metrics-exporter-prometheus/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "metrics-exporter-prometheus"
3
-version = "0.16.1"
+version = "0.16.2"
4
edition = "2018"
5
rust-version = "1.71.1"
6
0 commit comments