Replies: 1 comment
-
(linking to #6584 (reply in thread)) |
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
-
Hey guys awesome project!
I was wondering if there was a way to use this library without relying on all the ThreadLocalContextStorage stuff. We have a lot of Threads in our project and it is a nightmare to debug when scopes aren't closed in the same thread.
I feel like https://opentelemetry.io/docs/languages/java/instrumentation/#create-nested-spans is the closest I've found but there is a call to Context.current() so not quite :)
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions