✅ redis.clients.blocked | Number of clients pending on a blocking call | {client} | UpDownCounter | |
✅ redis.clients.connected | Number of client connections (excluding connections from replicas) | {client} | UpDownCounter | |
✅ redis.clients.max_input_buffer | Biggest input buffer among current client connections | By | Gauge | |
✅ redis.clients.max_output_buffer | Longest output list among current client connections | By | Gauge | |
❌ redis.cluster.cluster_enabled | Indicate Redis cluster is enabled | 1 | Gauge | |
❌ redis.cluster.known_nodes | Number of known nodes in the cluster | {node} | Gauge | |
❌ redis.cluster.links_buffer_limit_exceeded.count | Total number of times the cluster links buffer limit was exceeded | {count} | Counter | |
❌ redis.cluster.node.count | Number of master nodes in the cluster | {node} | Gauge | |
❌ redis.cluster.node.uptime | The node’s current epoch | s | Gauge | |
❌ redis.cluster.slots_assigned | Number of slots assigned in the cluster | {slot} | Gauge | |
❌ redis.cluster.slots_fail | Number of slots in the cluster that are in a failing state | {slot} | Gauge | |
❌ redis.cluster.slots_ok | Number of slots in the cluster that are ok | {slot} | Gauge | |
❌ redis.cluster.slots_pfail | Number of slots in the cluster that are in a ‘potentially failing’ state | {slot} | Gauge | |
❌ redis.cluster.state | State of the cluster | {state} | Gauge | cluster_state |
❌ redis.cluster.stats_messages_received | Total number of messages received by the cluster | {message} | Counter | |
❌ redis.cluster.stats_messages_sent | Total number of messages sent by the cluster | {message} | Counter | |
❌ redis.cluster.uptime | Current epoch of the cluster | s | Gauge | |
❌ redis.cmd.calls | Total number of calls for a command | {call} | Counter | cmd |
❌ redis.cmd.latency | Command execution latency | s | Gauge | cmd, percentile |
❌ redis.cmd.usec | Total time for all executions of this command | us | Counter | cmd |
✅ redis.commands | Number of commands processed per second | {ops}/s | Gauge | |
✅ redis.commands.processed | Total number of commands processed by the server | {command} | Counter | |
✅ redis.connections.received | Total number of connections accepted by the server | {connection} | Counter | |
✅ redis.connections.rejected | Number of connections rejected because of maxclients limit | {connection} | Counter | |
✅ redis.cpu.time | System CPU consumed by the Redis server in seconds since server start | s | Counter | state |
✅ redis.db.avg_ttl | Average keyspace keys TTL | ms | Gauge | db |
✅ redis.db.expires | Number of keyspace keys with an expiration | {key} | Gauge | db |
✅ redis.db.keys | Number of keyspace keys | {key} | Gauge | db |
✅ redis.keys.evicted | Number of evicted keys due to maxmemory limit | {key} | Counter | |
✅ redis.keys.expired | Total number of key expiration events | {event} | Counter | |
✅ redis.keyspace.hits | Number of successful lookup of keys in the main dictionary | {hit} | Counter | |
✅ redis.keyspace.misses | Number of failed lookup of keys in the main dictionary | {miss} | Counter | |
✅ redis.latest_fork | Duration of the latest fork operation in microseconds | us | Gauge | |
❌ redis.maxmemory | The value of the maxmemory configuration directive | By | Gauge | |
✅ redis.memory.fragmentation_ratio | Ratio between used_memory_rss and used_memory | 1 | Gauge | |
✅ redis.memory.lua | Number of bytes used by the Lua engine | By | Gauge | |
✅ redis.memory.peak | Peak memory consumed by Redis (in bytes) | By | Gauge | |
✅ redis.memory.rss | Number of bytes that Redis allocated as seen by the operating system | By | Gauge | |
✅ redis.memory.used | Total number of bytes allocated by Redis using its allocator | By | Gauge | |
❌ redis.memory.used_memory_overhead | The sum in bytes of all overheads that the server allocated for managing its internal data structures | By | UpDownCounter | |
❌ redis.memory.used_memory_startup | Initial amount of memory consumed by Redis at startup in bytes | By | UpDownCounter | |
❌ redis.mode | Redis server mode | {mode} | Gauge | mode |
✅ redis.net.input | The total number of bytes read from the network | By | Counter | |
✅ redis.net.output | The total number of bytes written to the network | By | Counter | |
✅ redis.rdb.changes_since_last_save | Number of changes since the last dump | {change} | UpDownCounter | |
✅ redis.replication.backlog_first_byte_offset | The master offset of the replication backlog buffer | By | Gauge | |
✅ redis.replication.offset | The server’s current replication offset | By | Gauge | |
❌ redis.replication.replica_offset | Offset for redis replica | By | Gauge | |
❌ redis.role | Redis node’s role | {role} | UpDownCounter | role |
❌ redis.sentinel.masters | Number of masters monitored by Sentinel. | {master} | Gauge | |
❌ redis.sentinel.running_scripts | Number of running Sentinel scripts. | {script} | Gauge | |
❌ redis.sentinel.scripts_queue_length | Length of Sentinel scripts queue. | {script} | Gauge | |
❌ redis.sentinel.simulate_failure_flags | Simulated failure flags bitmask. | {flag} | Gauge | |
❌ redis.sentinel.tilt_since_seconds | Duration in seconds of current TILT, or -1 if not in TILT mode. | s | Gauge | |
❌ redis.sentinel.total_tilt | Total TILT occurrences since start. | {event} | Counter | |
✅ redis.slaves.connected | Number of connected replicas | {replica} | UpDownCounter | |
❌ redis.tracking_total_keys | Number of keys being tracked by the server | {key} | UpDownCounter | |
✅ redis.uptime | Number of seconds since Redis server start | s | Counter | |