dingjiefei b47aca99d5 Allow configuring MDC key names for trace_id, span_id, trace_flags (#11329) пре 9 месеци
..
src b47aca99d5 Allow configuring MDC key names for trace_id, span_id, trace_flags (#11329) пре 9 месеци
README.md b47aca99d5 Allow configuring MDC key names for trace_id, span_id, trace_flags (#11329) пре 9 месеци
build.gradle.kts 81f8bf6231 Add `service.name` to MDC (#9647) пре 1 година

README.md

Settings for the Log4j MDC instrumentation

System property Type Default Description
otel.instrumentation.common.mdc.resource-attributes String Comma separated list of resource attributes to expose through MDC.
otel.instrumentation.common.logging.trace-id String trace_id Customize MDC key name for the trace id.
otel.instrumentation.common.logging.span-id String span_id Customize MDC key name for the span id.
otel.instrumentation.common.logging.trace-flags String trace_flags Customize MDC key name for the trace flags.