opentelemetry-java-instrume.../instrumentation/logback/logback-appender-1.0/javaagent
Lauri Tulmin 2eb5974ecd
Add builder for logback LoggingEventMapper (#10000)
2023-12-05 08:29:47 -08:00
..
src Add builder for logback LoggingEventMapper (#10000) 2023-12-05 08:29:47 -08:00
README.md Capture logback logger context properties (#9553) 2023-11-16 16:38:10 +02:00
build.gradle.kts Update the OpenTelemetry SDK version to 1.27.0 (#8688) 2023-06-13 12:02:11 +03:00

README.md

Settings for the Logback Appender instrumentation

System property Type Default Description
otel.instrumentation.logback-appender.experimental-log-attributes Boolean false Enable the capture of experimental span attributes thread.name and thread.id.
otel.instrumentation.logback-appender.experimental.capture-code-attributes Boolean false Enable the capture of source code attributes. Note that capturing source code attributes at logging sites might add a performance overhead.
otel.instrumentation.logback-appender.experimental.capture-marker-attribute Boolean false Enable the capture of Logback markers as attributes.
otel.instrumentation.logback-appender.experimental.capture-key-value-pair-attributes Boolean false Enable the capture of Logback key value pairs as attributes.
otel.instrumentation.logback-appender.experimental.capture-logger-context-attributes Boolean false Enable the capture of Logback logger context properties as attributes.
otel.instrumentation.logback-appender.experimental.capture-mdc-attributes String Comma separated list of MDC attributes to capture. Use the wildcard character * to capture all attributes.