From e8e02f900cbf0fbaae6eb53e52ce9c4cc8318b99 Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:04:18 -0800 Subject: Changed latency histogram output to omit trailing 0s and periods (#10075) Changed latency percentile output to omit trailing 0s and periods --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') 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 ############################## -- cgit v1.2.1