We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b07d09 commit 25c9f40Copy full SHA for 25c9f40
checks.d/redisdb.py
@@ -53,6 +53,10 @@ class Redis(AgentCheck):
53
54
# stats
55
'latest_fork_usec': 'redis.perf.latest_fork_usec',
56
+ 'bytes_received_per_sec': 'redis.bytes_received_per_sec',
57
+ 'bytes_sent_per_sec': 'redis.bytes_sent_per_sec',
58
+ # Note: 'bytes_received_per_sec' and 'bytes_sent_per_sec' are only
59
+ # available on Azure Redis
60
61
# pubsub
62
'pubsub_channels': 'redis.pubsub.channels',
0 commit comments