Nikita Salnikov-Tarnovski a3ce5d5e2a Use "--add-opens" to allow test to run on java 16+ (#5290) 3 years ago
..
javaagent a3ce5d5e2a Use "--add-opens" to allow test to run on java 16+ (#5290) 3 years ago
README.md 4d7a5d5062 Add settings docs for instrumentations (#4981) 3 years ago

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.