* Debug http client concurrency test failures * debugging * context porpagation to callbacks isn't really implemented * verify that request succeeds in single connection concurrency test * spotless * verify request status in http client concurrency test * update comment * remove large response * Trigger Build * Update instrumentation/netty/netty-3.8/javaagent/src/test/groovy/Netty38ClientTest.groovy Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> |
||
---|---|---|
.. | ||
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. |