After a loooong break, the next part of the HTTP semconv implementation: filtering out default HTTP ports, client and server. > [5]: If not default (80 for http scheme, 443 for https). https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client |
||
---|---|---|
.. | ||
netty-3.8/javaagent | ||
netty-4-common | ||
netty-4.0/javaagent | ||
netty-4.1 | ||
netty-common/library | ||
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. |