opentelemetry-java-instrume.../instrumentation/executors
Lauri Tulmin 68ee2f6cc5
Set up virtual field transforms before otel sdk is initialized (#12444)
2024-10-25 16:55:36 -07: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 Remove reflection from structured concurrency test (#11304) 2024-05-08 12:32:15 -07: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.