opentelemetry-java-instrume.../instrumentation/runtime-telemetry
Lauri Tulmin eb8720f491
Clear context class loader from our threads (#14241)
2025-07-15 11:10:53 -07:00
..
runtime-telemetry-java8 Move classes to internal package (#14243) 2025-07-15 11:05:58 -07:00
runtime-telemetry-java17 Clear context class loader from our threads (#14241) 2025-07-15 11:10:53 -07:00
README.md

README.md

Settings for the Runtime Telemetry instrumentation

System property Type Default Description
otel.instrumentation.runtime-telemetry.capture-gc-cause Boolean false Enable the capture of the jvm.gc.cause attribute with the jvm.gc.duration metric.
otel.instrumentation.runtime-telemetry.emit-experimental-telemetry Boolean false Enable the capture of experimental metrics.
otel.instrumentation.runtime-telemetry-java17.enable-all Boolean false Enable the capture of all JFR based metrics.
otel.instrumentation.runtime-telemetry-java17.enabled Boolean false Enable the capture of JFR based metrics.
otel.instrumentation.runtime-telemetry.package-emitter.enabled Boolean false Enable creating events for JAR libraries used by the application.
otel.instrumentation.runtime-telemetry.package-emitter.jars-per-second Integer 10 The number of JAR files processed per second.