Issues with Logback MDC injections in Dropwizard application #6030
Replies: 4 comments 1 reply
-
do they appear sometimes and not others? is there any pattern you can identify? probably the best way for us to help you is if you can create a small sample application that exhibits the same issue, that we can use to debug and identify the issue |
Beta Was this translation helpful? Give feedback.
-
hi @trask We have a thread-pool configured in main application with thread name pattern Let me try to create a sample app with these issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @trask
|
Beta Was this translation helpful? Give feedback.
-
Thanks @trask New issue created here #6062 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our Dropwizard application, traceIds and spanIds do not consistently appear in logback logs. For very few logs I am seeing traceIds .
We are relying on agent's automatic instrumentation. My understanding is that opentelemetry agent will manage the MDC context itself (regardless of whether the application is instrumented manually or automatically).
We are using opentelemetry -javaagent 1.13.1 and logger configuration is in config.yml
Logs:
Beta Was this translation helpful? Give feedback.
All reactions