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.java-util-logging.experimental-log-attributes`| Boolean |`false`| Enable the capture of experimental span attributes `thread.name` and `thread.id`. |
3
+
| System property | Type | Default | Description |
|`otel.instrumentation.java-util-logging.experimental-log-attributes`| Boolean |`false`| Enable the capture of experimental log attributes `thread.name` and `thread.id`. |
|`otel.instrumentation.log4j-appender.experimental-log-attributes`| Boolean |`false`| Enable the capture of experimental span attributes `thread.name` and `thread.id`. |
|`otel.instrumentation.log4j-appender.experimental-log-attributes`| Boolean |`false`| Enable the capture of experimental log attributes `thread.name` and `thread.id`.|
6
6
|`otel.instrumentation.log4j-appender.experimental.capture-map-message-attributes`| Boolean |`false`| Enable the capture of `MapMessage` attributes. |
7
7
|`otel.instrumentation.log4j-appender.experimental.capture-marker-attribute`| Boolean |`false`| Enable the capture of Log4j markers as attributes. |
8
8
|`otel.instrumentation.log4j-appender.experimental.capture-context-data-attributes`| String || Comma separated list of context data 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
-
|`captureMapMessageAttributes`| Boolean |`false`| Enable the capture of `MapMessage` attributes. |
100
-
|`captureMarkerAttribute;`| Boolean |`false`| Enable the capture of Log4j markers as attributes. |
101
-
|`captureContextDataAttributes`| String || Comma separated list of context data attributes to capture. Use the wildcard character `*` to capture all attributes. |
102
-
|`numLogsCapturedBeforeOtelInstall`| Integer | 1000 | Log telemetry is emitted after the initialization of the OpenTelemetry Log4j appender with an OpenTelemetry object. This setting allows you to modify the size of the cache used to replay the first logs. |
|`captureExperimentalAttributes`| Boolean |`false`| Enable the capture of experimental log attributes `thread.name` and `thread.id`.|
99
+
|`captureMapMessageAttributes`| Boolean |`false`| Enable the capture of `MapMessage` attributes. |
100
+
|`captureMarkerAttribute;`| Boolean |`false`| Enable the capture of Log4j markers as attributes. |
101
+
|`captureContextDataAttributes`| String || Comma separated list of context data attributes to capture. Use the wildcard character `*` to capture all attributes. |
102
+
|`numLogsCapturedBeforeOtelInstall`| Integer | 1000 | Log telemetry is emitted after the initialization of the OpenTelemetry Log4j appender with an OpenTelemetry object. This setting allows you to modify the size of the cache used to replay the first logs. |
0 commit comments