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 4e1d773 commit 603395cCopy full SHA for 603395c
CHANGELOG.md
@@ -13,9 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
`EncodeGaugeValue` would not error when encoding some `u64`s that don't fit
14
in a `i64`. See [PR 281].
15
- Filter out empty metric families, to match the go client. See [PR 279].
16
+- `Histogram` now exposes `count()` and `sum()` methods when the `test-util`
17
+ feature is enabled. See [PR 242].
18
19
[PR 279]: https://github.com/prometheus/client_rust/pull/279
20
[PR 281]: https://github.com/prometheus/client_rust/pull/281
21
+[PR 242]: https://github.com/prometheus/client_rust/pull/242
22
23
## [0.24.0]
24
0 commit comments