opentelemetry-java-instrume.../instrumentation/executors
Trask Stalnaker 2bdddafdc4
Apply Prettier to markdown files (#8968)
2023-07-19 12:22:35 -07:00
..
bootstrap Instrumentation API changes: VirtualField (#6017) 2022-05-12 11:17:24 -07:00
javaagent Rename the "executor" instrumentation to "executors" to match gradle … (#8451) 2023-05-09 08:56:01 -07:00
testing Rename javaagent executor package names (#5847) 2022-04-18 22:15:28 -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.