metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.11k stars 156 forks source link

feat: add capability to purge old histogram data #460

Closed mnpw closed 6 months ago

mnpw commented 7 months ago

Copy of #451


What

Implements third way as prescribed here to purge old histogram data:

  • update the builder to generate a future which both drives the Hyper server future as well as a call to get_recent_metrics on an interval

Fixes https://github.com/metrics-rs/metrics/issues/245

tobz commented 6 months ago

Released in metrics-exporter-prometheus@v0.14.0.

Thanks again for your contribution!