opentelemetry-java-instrume.../instrumentation/executors
Trask Stalnaker 238042afca
Remove scala from dependency management (#7296)
Will close #7216 after this is merged and that PR is rebased.

I tested and it does bring a few more scala versions into Intellij
without this, but scala is an odd case.
2022-11-29 07:55:35 -08:00
..
bootstrap Instrumentation API changes: VirtualField (#6017) 2022-05-12 11:17:24 -07:00
javaagent Remove scala from dependency management (#7296) 2022-11-29 07:55:35 -08:00
testing Rename javaagent executor package names (#5847) 2022-04-18 22:15:28 -07:00
README.md More spotless (#7126) 2022-11-11 05:01:21 +00: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.