Skip to content

Commit

Permalink
Fix wording for histogram functionality in lib.rs (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinrany committed May 5, 2024
1 parent 06fa1be commit deba76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//! specifically deal with bucketed or binned values: how many values fell within 0-10, how many
//! fell within 11-20, and so on and so forth. Percentiles, commonly associated with "summaries",
//! deal with understanding how much of a distribution falls below or at a particular percentage of
//! 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
//! 2450ms, and so on and so forth.
//!
//! While we use the term "histogram" in `metrics`, we enforce no particular usage of true
Expand Down

0 comments on commit deba76a

Please sign in to comment.