Class LoggingContextConstants
java.lang.Object
io.opentelemetry.instrumentation.api.incubator.log.LoggingContextConstants
This class contains several constants used in logging libraries' Mapped Diagnostic Context
instrumentations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey under which the current span id will be injected into the context data.static final StringKey under which the current trace flags will be injected into the context data.static final StringKey under which the current trace id will be injected into the context data. -
Method Summary
-
Field Details
-
TRACE_ID
Key under which the current trace id will be injected into the context data.- See Also:
-
SPAN_ID
Key under which the current span id will be injected into the context data.- See Also:
-
TRACE_FLAGS
Key under which the current trace flags will be injected into the context data.- See Also:
-