opentelemetry-java-instrume.../instrumentation/executors
César 593db2348b
Executors indy support (#11738)
2024-08-05 16:44:48 +03:00
..
bootstrap Fix disabling virtual thread context propagation (#10881) 2024-03-18 21:32:46 +02:00
javaagent Executors indy support (#11738) 2024-08-05 16:44:48 +03: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.