* Enable span suppression by SpanKey by default * fix HTTP tests (probably) * add exception for camel * remove suppression tests from @WithSpan instrumentations * remove suppression tests from @WithSpan instrumentation; spring boot autoconfigure * fix twilio tests * fix netty-based HTTP clients, remove AWS SDK 1.11 unit test * fix elasticsearch tests * codenarc * spotless * fix AWS SDK 1.11 tests * remove a TODO * code review comments * fix merge conflict Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> |
||
---|---|---|
.. | ||
netty-3.8/javaagent | ||
netty-4-common/javaagent | ||
netty-4.0/javaagent | ||
netty-4.1/javaagent | ||
netty-4.1-common/javaagent | ||
netty-common/javaagent | ||
README.md |
README.md
Settings for the Netty instrumentation
System property | Type | Default | Description |
---|---|---|---|
otel.instrumentation.netty.connection-telemetry.enabled |
Boolean | false |
Enable the creation of Connect and DNS spans by default for Netty 4.0 and higher instrumentation. |
otel.instrumentation.netty.ssl-telemetry.enabled |
Boolean | false |
Enable SSL telemetry for Netty 4.0 and higher instrumentation. |