Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jedis plugin does not support version 2.7.2 #10981

Closed
123liuziming opened this issue Mar 29, 2024 · 1 comment
Closed

Jedis plugin does not support version 2.7.2 #10981

123liuziming opened this issue Mar 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@123liuziming
Copy link
Contributor

123liuziming commented Mar 29, 2024

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

@123liuziming 123liuziming added bug Something isn't working needs triage New issue that requires triage labels Mar 29, 2024
@123liuziming
Copy link
Contributor Author

123liuziming commented Mar 29, 2024

b6e5905972188a5444705e9007247f6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants