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
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
The text was updated successfully, but these errors were encountered:
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 thanredis.clients.jedis.Protocol$Command
Steps to reproduce
Use jedis 2.7.2.
Expected behavior
apply advice to method
sendCommand
with argsredis.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
The text was updated successfully, but these errors were encountered: