metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.06k stars 145 forks source link

Better Configuration For Rolling Summaries (Prom Exporter) #446

Closed cparratto closed 4 months ago

cparratto commented 5 months ago

You will have gaps in recording if the default rolling summary duration(20s) does not align with prometheus scrape config, This PR makes that value configurable. #444

tobz commented 4 months ago

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