Replies: 1 comment
-
This is not a warning but a debug statement, it does not indicate that anything is wrong.
Please provide a minimal sample application that reproduces your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When using the current version of the opentelemetry-javaagent (1.32.0) to automatically instrument the lettuce library, I receive the following warning (as well as a few more that concern future instrumentation) when the debug mode is activated.
Skipping future instrumentation for io.lettuce.core.protocol.AsyncCommand
When checking my traces in Jaeger, I also don't see any traces concerning Redis calls (logs show that the Redis is being accessed for setting or retrieving data).
Is this a known error and if yes is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions