opentelemetry-java-instrume.../instrumentation/runtime-telemetry
renovate[bot] 9b97ac7290
fix(deps): update errorproneversion to v2.37.0 (minor) (#13552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-27 20:05:38 +02:00
..
runtime-telemetry-java8 fix semconv naming for 'jvm.buffer.memory.used' metric (#13374) 2025-02-25 10:23:04 +02:00
runtime-telemetry-java17 fix(deps): update errorproneversion to v2.37.0 (minor) (#13552) 2025-03-27 20:05:38 +02: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.