* Merge javaagent-instrumentation-api into javaagent-extension-api * remove some leftover references to javaagent-instrumentation-api * add missing instrumentation-api to distro example |
||
---|---|---|
.. | ||
bootstrap | ||
javaagent | ||
testing | ||
README.md |
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. |