metrics-rs / metrics

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

Update lib.rs #477

Closed Kinrany closed 2 months ago

Kinrany commented 2 months ago

There seems to be a typo in the explanation of histograms.

It says "50% of requests are slower than 500ms and 99% of requests are slower than [~2000ms]”. That doesn't make sense because the latter already implies the former.

Flipping from "slower" to faster seems to make more sense statistically, but there may be an even better way to phrase this.

tobz commented 1 month ago

Released in metrics@v0.23.0.

Thanks again for your contribution. 🙏🏻

Kinrany commented 1 month ago

Thank you!