opentelemetry-java-instrume.../instrumentation/netty
Lauri Tulmin 279ab34ba9
Fix regression in webflux http client concurrency test (#6858)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6857
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6856
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6854
Looks like a regression from
https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/6836
2022-10-12 09:21:49 -07:00
..
netty-3.8/javaagent Extract `net.peer.{name,port}` on start for CLIENT spans (#6828) 2022-10-10 16:00:19 -07:00
netty-4-common Split out :instrumentation:netty:netty-4.1 library (#6820) 2022-10-10 16:01:14 -07:00
netty-4.0/javaagent Split out :instrumentation:netty:netty-4.1 library (#6820) 2022-10-10 16:01:14 -07:00
netty-4.1 Fix regression in webflux http client concurrency test (#6858) 2022-10-12 09:21:49 -07:00
netty-common/library Publish :instrumentation:netty:netty-common as library instrumentation (#6805) 2022-10-05 09:24:44 -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.