opentelemetry-java-instrume.../instrumentation/netty
Mateusz Rzeszutek 4e3f19d469
Enable span suppression by SpanKey by default (#5779)
* 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>
2022-04-19 14:13:09 -07:00
..
netty-3.8/javaagent Fix http concurrency test with large responses (#5648) 2022-03-25 10:03:22 -07:00
netty-4-common/javaagent Enable span suppression by SpanKey by default (#5779) 2022-04-19 14:13:09 -07:00
netty-4.0/javaagent Rename netty `always-create-connect-span` property to `connection-tel… (#5834) 2022-04-15 13:38:04 +02:00
netty-4.1/javaagent Rename netty `always-create-connect-span` property to `connection-tel… (#5834) 2022-04-15 13:38:04 +02:00
netty-4.1-common/javaagent Update netty attribute name (#5568) 2022-03-14 11:08:02 +02:00
netty-common/javaagent Trace DNS resolution in Netty 4.1 (#4587) 2021-11-05 11:37:54 -07:00
README.md Rename netty `always-create-connect-span` property to `connection-tel… (#5834) 2022-04-15 13:38:04 +02:00

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.