Skip to content

Commit 25c9f40

Browse files
Grant Zyskowskigzysk8
authored andcommitted
[redis] additional Stats metrics
[redis] additional Stats metrics [Redis] add Azure Redis comment to additional stats
1 parent 6b07d09 commit 25c9f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

checks.d/redisdb.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ class Redis(AgentCheck):
5353

5454
# stats
5555
'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
5660

5761
# pubsub
5862
'pubsub_channels': 'redis.pubsub.channels',

0 commit comments

Comments
 (0)