Is your feature request related to a problem? Please describe.
I use OpenTelemetryAppender and configure it to capture all MDC attributes since I have different MDC attributes on my many services.
But I have trace id and span id on the MDC which means they now get exported twice.
Describe the solution you'd like
E.g. OpenTelemetryAppender.setExcludeMdcAttributes("traceId,spanId")
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Is your feature request related to a problem? Please describe.
I use OpenTelemetryAppender and configure it to capture all MDC attributes since I have different MDC attributes on my many services.
But I have trace id and span id on the MDC which means they now get exported twice.
Describe the solution you'd like
E.g.
OpenTelemetryAppender.setExcludeMdcAttributes("traceId,spanId")Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.