opentelemetry-java-instrume.../instrumentation/runtime-telemetry
Lauri Tulmin 521109e29b
Convert gc duration metrics to seconds (#12244)
2024-09-13 06:10:10 -07:00
..
runtime-telemetry-java8 enforce static imports (#12009) 2024-08-21 10:40:50 -07:00
runtime-telemetry-java17 Convert gc duration metrics to seconds (#12244) 2024-09-13 06:10:10 -07:00
README.md Document flags used in the runtime telemetry instrumentation (#10191) 2024-01-09 15:01:20 -08:00

README.md

Settings for the Runtime Telemetry instrumentation

System property Type Default Description
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.