Skip to content

Commit

Permalink
Update STATISTICS.md to match code (@ankon, #1936)
Browse files Browse the repository at this point in the history
Apply the changes from d8b3004:
- "histoor" renamed to "outofrange"
- "mean" removed
- reordered
  • Loading branch information
ankon authored and edenhill committed Aug 12, 2018
1 parent a3236a9 commit dcb12d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,14 @@ avg | int gauge | | Average value
sum | int gauge | | Sum of values
cnt | int gauge | | Number of values sampled
stddev | int gauge | | Standard deviation (based on histogram)
mean | int gauge | | Mean value (based on histogram)
histoor | int gauge | | Values skipped due to out of histogram range
hdrsize | int gauge | | Memory size of Hdr Histogram
p50 | int gauge | | 50th percentile
p75 | int gauge | | 75th percentile
p90 | int gauge | | 90th percentile
p95 | int gauge | | 95th percentile
p99 | int gauge | | 99th percentile
p99_99 | int gauge | | 99.99th percentile
outofrange | int gauge | | Values skipped due to out of histogram range


## brokers.toppars
Expand Down

0 comments on commit dcb12d9

Please sign in to comment.