You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a case where the Redis slowlog metrics showed duplicate entries:
redis.slowlog.micros.95percentile showed 4 instances of the keys command with exactly the same duration. it also showed other duplicate entries in instances 2-4 (e.g. hdel at 55.73ms) - this is what tipped us off to the potential duplicates
gcp.redis.commands.calls showed only a single instance
manually connecting and running SLOWLOG GET showed 2 instances of keys around the time of the first reported command
Is this expected behavior? If so, is there a recommended way to deduplicate when viewing the slowlog metrics in timeseries?
We had a case where the Redis slowlog metrics showed duplicate entries:
redis.slowlog.micros.95percentile
showed 4 instances of thekeys
command with exactly the same duration. it also showed other duplicate entries in instances 2-4 (e.g.hdel
at 55.73ms) - this is what tipped us off to the potential duplicatesgcp.redis.commands.calls
showed only a single instanceSLOWLOG GET
showed 2 instances ofkeys
around the time of the first reported commandIs this expected behavior? If so, is there a recommended way to deduplicate when viewing the slowlog metrics in timeseries?
# cat /etc/datadog-agent/conf.d/redisdb.yaml
The text was updated successfully, but these errors were encountered: