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
To make this possible in MicroProfile there should be agreement on the logging framework supporting MDC and also update to OpenTracing 0.33.0 which exposes trace IDs.
The text was updated successfully, but these errors were encountered:
I would suggest that we could do this without having to tie in any particular requirements to the logging framework. ie. That the OpenTracing / OpenTelemetry specs could indicate that server implementations should include the span and trace IDs in all logs/trace generated within those spans/traces. Then just leave it up to the impls to decide what to use for MDC based on their logging framework.
Add trace context/IDs to standard logging output. It allows correlating standard logging with traces.
References to requests for this feature in other libraries
To make this possible in MicroProfile there should be agreement on the logging framework supporting MDC and also update to OpenTracing 0.33.0 which exposes trace IDs.
The text was updated successfully, but these errors were encountered: