redis_command_call_time_seconds
Total calls per commandDimensions:None
Available on:
Prometheus (1)
Summary
Histogram of Redis command execution times measured in seconds, typically exposed by Prometheus exporters. This metric enables percentile analysis (p50, p95, p99) of command latency, helping identify latency spikes and expensive operations. High percentile values indicate tail latency issues, often caused by O(N) commands like KEYS, SMEMBERS, or large SORT operations operating on large datasets.