We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fa1be commit deba76aCopy full SHA for deba76a
metrics/src/lib.rs
@@ -46,7 +46,7 @@
46
//! specifically deal with bucketed or binned values: how many values fell within 0-10, how many
47
//! fell within 11-20, and so on and so forth. Percentiles, commonly associated with "summaries",
48
//! deal with understanding how much of a distribution falls below or at a particular percentage of
49
-//! that distribution: 50% of requests are slower than 500ms, 99% of requests are slower than
+//! that distribution: 50% of requests are faster than 500ms, 99% of requests are faster than
50
//! 2450ms, and so on and so forth.
51
//!
52
//! While we use the term "histogram" in `metrics`, we enforce no particular usage of true
0 commit comments