opentelemetry-java-instrume.../instrumentation/executors
Jean Bisutti 7f051d36ce
Add test on work stealing pool (#6315)
2022-07-12 12:29:01 +03:00
..
bootstrap Instrumentation API changes: VirtualField (#6017) 2022-05-12 11:17:24 -07:00
javaagent Add test on work stealing pool (#6315) 2022-07-12 12:29:01 +03:00
testing Rename javaagent executor package names (#5847) 2022-04-18 22:15:28 -07:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08: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.