You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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-log-attributes`| Boolean |`false`| Enable the capture of experimental log attributes `thread.name` and `thread.id`.|
6
6
|`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. |
7
7
|`otel.instrumentation.logback-appender.experimental.capture-marker-attribute`| Boolean |`false`| Enable the capture of Logback markers as attributes. |
8
8
|`otel.instrumentation.logback-appender.experimental.capture-key-value-pair-attributes`| Boolean |`false`| Enable the capture of Logback key value pairs as attributes. |
9
-
|`otel.instrumentation.logback-appender.experimental.capture-logger-context-attributes`| Boolean |`false`| Enable the capture of Logback logger context properties as attributes. |
9
+
|`otel.instrumentation.logback-appender.experimental.capture-logger-context-attributes`| Boolean |`false`| Enable the capture of Logback logger context properties as attributes. |
10
10
|`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. |
|`captureExperimentalAttributes`| Boolean |`false`| Enable the capture of experimental span attributes `thread.name` and `thread.id`. |
99
-
|`captureCodeAttributes`| Boolean |`false`| Enable the capture of [source code attributes]. Note that capturing source code attributes at logging sites might add a performance overhead. |
100
-
|`captureMarkerAttribute`| Boolean |`false`| Enable the capture of Logback markers as attributes. |
101
-
|`captureKeyValuePairAttributes`| Boolean |`false`| Enable the capture of Logback key value pairs as attributes. |
102
-
|`captureLoggerContext`| Boolean |`false`| Enable the capture of Logback logger context properties as attributes. |
103
-
|`captureMdcAttributes`| String || Comma separated list of MDC attributes to capture. Use the wildcard character `*` to capture all attributes. |
104
-
|`numLogsCapturedBeforeOtelInstall`| Integer | 1000 | Log telemetry is emitted after the initialization of the OpenTelemetry Logback appender with an OpenTelemetry object. This setting allows you to modify the size of the cache used to replay the first logs. thread.id attribute is not captured. |
|`captureExperimentalAttributes`| Boolean |`false`| Enable the capture of experimental log attributes `thread.name` and `thread.id`.|
99
+
|`captureCodeAttributes`| Boolean |`false`| Enable the capture of [source code attributes]. Note that capturing source code attributes at logging sites might add a performance overhead. |
100
+
|`captureMarkerAttribute`| Boolean |`false`| Enable the capture of Logback markers as attributes. |
101
+
|`captureKeyValuePairAttributes`| Boolean |`false`| Enable the capture of Logback key value pairs as attributes. |
102
+
|`captureLoggerContext`| Boolean |`false`| Enable the capture of Logback logger context properties as attributes.|
103
+
|`captureMdcAttributes`| String || Comma separated list of MDC attributes to capture. Use the wildcard character `*` to capture all attributes. |
104
+
|`numLogsCapturedBeforeOtelInstall`| Integer | 1000 | Log telemetry is emitted after the initialization of the OpenTelemetry Logback appender with an OpenTelemetry object. This setting allows you to modify the size of the cache used to replay the first logs. thread.id attribute is not captured. |
0 commit comments