SylvainJuge 955470a63a Semconv 1.25.0 migration (#10983) 11 months ago
..
src 955470a63a Semconv 1.25.0 migration (#10983) 11 months ago
README.md d0efffd7c5 Log4j instrumentation does not add source code attributes (#10179) 1 year ago
build.gradle.kts 83bb4bd25f Fix log4j appender latest dep test (#10618) 1 year ago

README.md

Settings for the Log4j Appender instrumentation

System property Type Default Description
otel.instrumentation.log4j-appender.experimental-log-attributes Boolean false Enable the capture of experimental log attributes thread.name and thread.id.
otel.instrumentation.log4j-appender.experimental.capture-map-message-attributes Boolean false Enable the capture of MapMessage attributes.
otel.instrumentation.log4j-appender.experimental.capture-marker-attribute Boolean false Enable the capture of Log4j markers as attributes.
otel.instrumentation.log4j-appender.experimental.capture-mdc-attributes String Comma separated list of context data attributes to capture. Use the wildcard character * to capture all attributes.