-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert staleness and redis RTT metrics to histograms (#83)
Replace the last_command_duration_seconds gauge with redis_command_duration_seconds, a histogram. Also partition it by shard ordinal. Add an additional metric, entry_staleness_seconds, which is like last_entry_staleness_seconds except that it's a histogram rather than a gauge.
- Loading branch information
1 parent
08304c0
commit 84fe916
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters