• Sean McGivern's avatar
    Add Redis timing buckets of 1s and 2s · 7cd04e6b
    Sean McGivern authored
    Most transactions use far less than a second in Redis, but we see some
    Sidekiq jobs with p95 timings over half a second, and p99 timings of
    over a second. (These values are from structured logging, which records
    exact timings.)
    
    Adding these buckets gives us a better picture in Prometheus, too.
    7cd04e6b
redis.rb 907 Bytes