opentelemetry-java-instrume.../instrumentation/jboss-logmanager
dingjiefei b47aca99d5
Allow configuring MDC key names for trace_id, span_id, trace_flags (#11329)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-06-10 12:37:22 -07:00
..
jboss-logmanager-appender-1.1/javaagent Semconv 1.25.0 migration (#10983) 2024-04-09 11:25:52 -07:00
jboss-logmanager-mdc-1.1/javaagent Allow configuring MDC key names for trace_id, span_id, trace_flags (#11329) 2024-06-10 12:37:22 -07:00
README.md Add readme for jboss-logmanager instrumentation (#10124) 2024-01-01 17:36:39 -08:00

README.md

Settings for the JBoss Log Manager instrumentation

System property Type Default Description
otel.instrumentation.jboss-logmanager.experimental-log-attributes Boolean false Enable the capture of experimental log attributes thread.name and thread.id.
otel.instrumentation.jboss-logmanager.experimental.capture-mdc-attributes String Comma separated list of MDC attributes to capture. Use the wildcard character * to capture all attributes.