JBoss Log Manager
OpenTelemetry Java agent instrumentation
This instrumentation bridges JBoss LogManager log events to OpenTelemetry logs.
- Name:
jboss-logmanager-appender-1.1 - Scope:
io.opentelemetry.jboss-logmanager-appender-1.1 - Target versions:
org.jboss.logmanager:jboss-logmanager:[1.1.0.GA,) - Library: https://github.com/jboss-logging/jboss-logmanager
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.jboss-logmanager.experimental-log-attributes | boolean | false | Enables the capture of experimental log attributes, including thread name and thread ID. |
otel.instrumentation.jboss-logmanager.experimental.capture-arguments | boolean | false | Enables the capture of the log message arguments. |
otel.instrumentation.jboss-logmanager.experimental.capture-mdc-attributes | list | Controls which MDC attributes to capture. Use "*" to capture all MDC attributes or provide a comma-separated list of specific keys. | |
otel.instrumentation.jboss-logmanager.experimental.capture-template | boolean | false | Enables the capture of the log message template (if arguments are provided). |