metrics-rs / metrics

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

Rolling summary configuration #444

Closed cparratto closed 7 months ago

cparratto commented 8 months ago

Adds bucket duration as configurable element for rolling summaries.

cparratto commented 8 months ago

I would like to be able to configure these values. Happy to make any other changes required to get this upstream

tobz commented 7 months ago

I'll take a look at this in the next day or two.

cparratto commented 7 months ago

If we're going to expose the configuration of rolling summaries, we need to expose both the number of buckets as well as the bucket width.

Sounds good. I will add this to the PR now.

tobz commented 6 months ago

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

Thanks again for your contribution!