You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of passing a Span it's better to pass Context instead - the existing MDC instrumentations are doing it wrong, AFAIR they were written before we unified that and somehow we missed them during refactoring.
Instead of passing a
Span
it's better to passContext
instead - the existing MDC instrumentations are doing it wrong, AFAIR they were written before we unified that and somehow we missed them during refactoring.Originally posted by @mateuszrzeszutek in #5842 (comment)
Also, don't need
getMDCCopy
log4j 1.x MDC instrumentation.The text was updated successfully, but these errors were encountered: