summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorMadelyn Olson <34459052+madolson@users.noreply.github.com>2022-01-09 17:04:18 -0800
committerGitHub <noreply@github.com>2022-01-09 17:04:18 -0800
commite8e02f900cbf0fbaae6eb53e52ce9c4cc8318b99 (patch)
tree04ec1ed5c7630730149810b4dca9bc6b737f076c /redis.conf
parenta84c964d37a1899bf90c920efef85a1d7202d058 (diff)
downloadredis-e8e02f900cbf0fbaae6eb53e52ce9c4cc8318b99.tar.gz
Changed latency histogram output to omit trailing 0s and periods (#10075)
Changed latency percentile output to omit trailing 0s and periods
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 4b8da181c..0753f3166 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1781,7 +1781,7 @@ latency-monitor-threshold 0
# By default the exported latency percentiles via the INFO latencystats command
# are the p50, p99, and p999.
-# latency-tracking-info-percentiles 50.0 99.0 99.9
+# latency-tracking-info-percentiles 50 99 99.9
############################# EVENT NOTIFICATION ##############################