opentelemetry-java-instrume.../instrumentation/executors
Gregor Zeitlinger 798bdd5569
config properties support for spring starter clients (#11605)
2024-07-02 16:49:39 +03:00
..
bootstrap Fix disabling virtual thread context propagation (#10881) 2024-03-18 21:32:46 +02:00
javaagent config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +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.