Commit dce12105 authored by Bob Van Landuyt's avatar Bob Van Landuyt

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

Redis latency monitoring: focus on slower requests

See merge request gitlab-org/gitlab!37098
parents a7e06bca d230a2b9
......@@ -96,7 +96,7 @@ module Gitlab
:gitlab_redis_client_requests_duration_seconds,
'Client side Redis request latency, per Redis server, excluding blocking commands',
{},
[0.001, 0.005, 0.01]
[0.005, 0.01, 0.1, 0.5]
)
@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