opentelemetry-java-instrume.../instrumentation/logback/logback-appender-1.0/javaagent
Lauri Tulmin 6c6223b969
Use latest.release instead of + (#13485)
2025-03-11 11:42:21 +00:00
..
src fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116) 2025-01-30 14:18:43 -08:00
README.md Implement reading of simple key-value Logstash JSON Marker attributes (#12513) 2024-11-19 07:32:07 -08:00
build.gradle.kts Use latest.release instead of + (#13485) 2025-03-11 11:42:21 +00: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 log 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-arguments Boolean false Enable the capture of Logback logger arguments.
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes Boolean false Enable the capture of Logstash attributes, supported are those added to logs via Markers.append(), Markers.appendEntries(), Markers.appendArray() and Markers.appendRaw() methods.
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.