Commit dbed6f97 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Make Redis latency buckets slower

parent 2319c95e
...@@ -96,7 +96,7 @@ module Gitlab ...@@ -96,7 +96,7 @@ module Gitlab
:gitlab_redis_client_requests_duration_seconds, :gitlab_redis_client_requests_duration_seconds,
'Client side Redis request latency, per Redis server, excluding blocking commands', '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) @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