opentelemetry-java-instrume.../instrumentation/executors
Lauri Tulmin 7635afe712
Fix virtual thread instrumentation for jdk 21 ea versions (#10887)
2024-03-19 13:07:30 +02:00
..
bootstrap Fix disabling virtual thread context propagation (#10881) 2024-03-18 21:32:46 +02:00
javaagent Fix virtual thread instrumentation for jdk 21 ea versions (#10887) 2024-03-19 13:07:30 +02:00
testing Rename javaagent executor package names (#5847) 2022-04-18 22:15:28 -07:00
README.md Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00

README.md

Settings for the executors instrumentation

System property Type Default Description
otel.instrumentation.executors.include List Empty List of Executor subclasses to be instrumented.
otel.instrumentation.executors.include-all Boolean false Whether to instrument all classes that implement the Executor interface.