opentelemetry-java-instrume.../instrumentation/netty
Lauri Tulmin 6eec23c00b
Fix npe with pulsar and ssl (#9166)
2023-08-09 12:07:36 +00:00
..
netty-3.8/javaagent Make `HttpServerAttributesGetter` extend `NetServerAttributesGetter` (#9088) 2023-08-02 08:52:44 -07:00
netty-4-common Fix npe with pulsar and ssl (#9166) 2023-08-09 12:07:36 +00:00
netty-4.0/javaagent Reactor Netty: emit actual HTTP client spans spans on connection errors (#9063) 2023-08-02 10:10:56 -07:00
netty-4.1 Reactor Netty: emit actual HTTP client spans spans on connection errors (#9063) 2023-08-02 10:10:56 -07:00
netty-common/library HTTP semconv: filter out default peer/host ports (#7258) 2022-11-22 17:14:20 +00:00
README.md Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07: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.