opentelemetry-java-instrume.../instrumentation/executors
renovate[bot] 68a17adfee
fix(deps): update errorproneversion to v2.39.0 (minor) (#14122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-06-27 22:17:30 -07:00
..
bootstrap fix(deps): update errorproneversion to v2.39.0 (minor) (#14122) 2025-06-27 22:17:30 -07:00
javaagent Fix structured concurrency test on jdk 25 (#13936) 2025-05-28 13:38:20 +03:00
jdk21-testing Fix structured concurrency test on jdk 25 (#13936) 2025-05-28 13:38:20 +03: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
metadata.yaml Add configuration type to metadata (#13825) 2025-05-09 12:44:23 -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.