opentelemetry-java-instrume.../instrumentation/executors
Trask Stalnaker b26b074e75
Test Java 24-ea (#13376)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-03-05 07:27:55 -08:00
..
bootstrap Clear context propagation virtual field (#12397) 2024-10-08 17:58:02 +03:00
javaagent Set up virtual field transforms before otel sdk is initialized (#12444) 2024-10-25 16:55:36 -07:00
jdk21-testing Test Java 24-ea (#13376) 2025-03-05 07:27:55 -08:00
testing Build with jdk21 (#11219) 2024-05-01 07:17:21 -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.