What information is logged when otel.javaagent.debug is enabled? #2908
Unanswered
rkennedy-mode
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This list is probably not comprehensive, but it's what I remember off the top of my head:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a service utilizing the Java agent, which is logging some root spans that appear to be disassociated from the actual trace they ought to be a part of. We're wondering how best to debug this and noticed the
otel.javaagent.debug
property mentioned in the Troubleshooting section of the repository README:The documentation doesn't indicate, however, what sort of information may be found when debugging is enabled. So we're not sure if enabling this is likely to help us troubleshoot these detached spans (e.g. is there any hope that we might be able to get a stack trace associated with the start of the span to understand what cases are slipping past the instrumentation?).
For those curious, we see the following span names and associated instrumentation libraries in these detached spans:
Beta Was this translation helpful? Give feedback.
All reactions