Replies: 1 comment
-
You can register a If you're looking for observability, there's Tracing available via Micrometer and Brave (see the |
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 everyone,
How could I retrieve the actual SocketAdress of the redis-node that I communicate with during a command.
For example, when I retrieve a value from a Redis cluster, I would like to log which node exactly was contacted by my client to troubleshoot connection problems.
I did find a solution by implementing a custom tracer, but I can't use that method in production since I want to use the opentelemetry-javaagent which would conflict with my custom tracer.
Is there any other way to log the SocketAdress of the server?
Beta Was this translation helpful? Give feedback.
All reactions