Closed
Description
Describe the bug
JedisConnectionInstrumentation does not support version 2.7.2. In version 2.7.2, the sendCommand method takes
redis.clients.jedis.ProtocolCommand
as args, rather than redis.clients.jedis.Protocol$Command
Steps to reproduce
Use jedis 2.7.2.
Expected behavior
apply advice to method sendCommand
with args redis.clients.jedis.Protocol$Command
Actual behavior
No connection span will be produced while using jedis 2.7.2.
Javaagent or library instrumentation version
main branch
Environment
JDK:
OS:
Additional context
No response