Commit d230a2b9 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Redis latency monitoring: focus on slower requests

parent 08bc371d
......@@ -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