Skip to content

Commit f852ccb

Browse files
committed
DEV: correct latency range
1 parent 16d9d8c commit f852ccb

File tree

1 file changed

+2
-2
lines changed
  • content/commands/latency-histogram

1 file changed

+2
-2
lines changed

content/commands/latency-histogram/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Each histogram consists of the following fields:
5454
* Each bucket represents a latency range
5555
* Each bucket covers twice the previous bucket's range
5656
* Empty buckets are excluded from the reply
57-
* The tracked latencies are between 1 microsecond and roughly 1 second
57+
* The tracked latencies are between 1 nanosecond and roughly 1 second
5858
* Everything above 1 second is considered +Inf
59-
* At max, there will be log2(1,000,000,000)=30 buckets
59+
* At max, there will be log2(1,000,000,000) = 30 buckets
6060

6161
This command requires the extended latency monitoring feature to be enabled, which is the default.
6262
If you need to enable it, call `CONFIG SET latency-tracking yes`.

0 commit comments

Comments
 (0)