Add dd.trace.db.client.split-by-instance
support for Redis #2249
Open
Description
opened on Jan 5, 2021
We use a couple of Redis clusters and right now and we would like to see requests on a per instance basis.
I noticed that currently this feature already exists for splitting DB requests per instance, but it doesn't work for Redis.
I took a quick look at the source code and I think it's because dbInstance
returns null:
Maybe instead the hostname of the server can be passed instead?
Activity