Skip to content

Jedis plugin does not support version 2.7.2 #10981

Closed
@123liuziming

Description

@123liuziming

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions