client_rust
client_rust copied to clipboard
feat: Add Summary metric type
This closes #40.
This follows up https://github.com/prometheus/client_rust/pull/67.
With ...
- https://github.com/prometheus/client_rust/pull/67/files#r1145927745 Resolved. All related code is behind "summary" feature now.
- https://github.com/prometheus/client_rust/pull/67/files#r1145930654 Resolved. crate
instantis not maintained any more, usingfastantwhich works on wasm also. - https://github.com/prometheus/client_rust/pull/67/files#r1145938371 Resolved. TRIVIAL AS IS.
- https://github.com/prometheus/client_rust/pull/67/files#r1145924555 Resolved. Use the same write lock when needed. See 22865b4d3d01d6870360c3ffe3ce4d100ccc36d5.
- https://github.com/prometheus/client_rust/pull/67/files#r1145932768 Resolved. TRIVIAL AS IS.
- https://github.com/prometheus/client_rust/pull/67/files#r1145935223 Not accepted. We may improve this point later. Currently it brings extra burden without clearly benefit.
cc @mxinden
Hi, is this feature still in progress?
@codefever I'd like to. But without a maintainer involved I won't allocate more time since all may be in vain.
Somehow I've switched to opentelemetry's metrics API, like https://github.com/apache/opendal/pull/5524
Questions answered. Please let me know if there is any pending items.