Commit 20fe8bb3 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'jv-redis-latency-buckets-2' into 'master'

Make Redis latency buckets slower

See merge request gitlab-org/gitlab!38073
parents dec67601 dbed6f97
......@@ -96,7 +96,7 @@ module Gitlab
:gitlab_redis_client_requests_duration_seconds,
'Client side Redis request latency, per Redis server, excluding blocking commands',
{},
[0.005, 0.01, 0.1, 0.5]
[0.1, 0.5, 0.75, 1]
)
@request_latency_histogram.observe({ storage: storage_key }, duration)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment