-
Terminally Deprecated ElementsElementDescriptionAs "Trace-Token" support is no longer a unique feature for HTTP requests, the primary storage for the trace token of the current context is the MDC. In contrast to Open Telemetry's trace id, the "Trace-Token" is used to correlate log message. Therefore, the
MDCis used to save the context.in favor ofTRACE_TOKEN_HTTP_HEADER_NAMEin favor ofTraceTokenContext
-
Deprecated ClassesClassDescriptionall kept properties defined here moved to
TraceTokenContext. Trace-Tokens should be obtained withgetOrCreateTraceTokenContext(). On all obtained contextscloseIfCreated()orAutoCloseable.close()must be called after the local context finished.
-
Deprecated FieldsFieldDescriptionAs "Trace-Token" support is no longer a unique feature for HTTP requests, the primary storage for the trace token of the current context is the MDC. In contrast to Open Telemetry's trace id, the "Trace-Token" is used to correlate log message. Therefore, the
MDCis used to save the context.in favor ofTRACE_TOKEN_HTTP_HEADER_NAMEin favor ofTraceTokenContext
TraceTokenContext. Trace-Tokens should be obtained withgetOrCreateTraceTokenContext(). On all obtained contextscloseIfCreated()orAutoCloseable.close()must be called after the local context finished.