newrelic-java-agent icon indicating copy to clipboard operation
newrelic-java-agent copied to clipboard

Lettuce-6.0 module - See if we can add the database "name" (number) to the external call and improve fetching the RedisURI instance

Open jtduffy opened this issue 9 months ago • 1 comments

Description

In the lettuce module we explicitly call noDatabaseName() when creating the external params.

In the Jedis module, we do have access to the database name (which in Redis is an integer) and add it to the external params.

We need to investigate the Lettuce driver and see if this info is available to us to add to the lettuce external datastore params call.

Slack discussion

jtduffy avatar Mar 05 '25 15:03 jtduffy

https://new-relic.atlassian.net/browse/NR-376480