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 39344f8 commit c8c87c3Copy full SHA for c8c87c3
CHANGELOG.md
@@ -14,9 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
- `Family::get_or_create_owned` can access a metric in a labeled family. This
15
method avoids the risk of runtime deadlocks at the expense of creating an
16
owned type. See [PR 244].
17
+
18
+- `impl<T: Collector> Collector for std::sync::Arc<T>`.
19
+ See [PR 273].
20
21
[PR 244]: https://github.com/prometheus/client_rust/pull/244
22
[PR 257]: https://github.com/prometheus/client_rust/pull/257
23
+[PR 273]: https://github.com/prometheus/client_rust/pull/273
24
25
### Changed
26
0 commit comments