* Use "--add-opens" to allow test to run on java 16+ * Update instrumentation/executors/javaagent/build.gradle.kts Co-authored-by: Lauri Tulmin <tulmin@gmail.com> * Update instrumentation/executors/javaagent/build.gradle.kts Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> Co-authored-by: Lauri Tulmin <tulmin@gmail.com> |
||
---|---|---|
.. | ||
javaagent | ||
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. |