Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/commands/latency-histogram/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Each histogram consists of the following fields:
* Each bucket represents a latency range
* Each bucket covers twice the previous bucket's range
* Empty buckets are excluded from the reply
* The tracked latencies are between 1 microsecond and roughly 1 second
* The tracked latencies are between 1 nanosecond and roughly 1 second
* Everything above 1 second is considered +Inf
* At max, there will be log2(1,000,000,000)=30 buckets
* At max, there will be log2(1,000,000,000) = 30 buckets

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