opentelemetry-java-instrume.../instrumentation/netty
Mateusz Rzeszutek 872c6c7d80
Add `http.route` to the server span when `ServerSpanNaming` is updated (#5086)
* Add `http.route` to the server span when `ServerSpanNaming` is updated

* fix camel tests

* fix test compilation failure

* assert route in camel instrumentation
2022-01-14 13:52:06 -08:00
..
netty-3.8/javaagent Add `http.route` to the server span when `ServerSpanNaming` is updated (#5086) 2022-01-14 13:52:06 -08:00
netty-4-common/javaagent Rename some packages, move some classes (#5043) 2022-01-09 13:26:51 +02:00
netty-4.0/javaagent Add `http.route` to the server span when `ServerSpanNaming` is updated (#5086) 2022-01-14 13:52:06 -08:00
netty-4.1/javaagent Add `http.route` to the server span when `ServerSpanNaming` is updated (#5086) 2022-01-14 13:52:06 -08:00
netty-4.1-common/javaagent Trace DNS resolution in reactor-netty (#4627) 2021-11-16 08:34:27 +01:00
netty-common/javaagent Trace DNS resolution in Netty 4.1 (#4587) 2021-11-05 11:37:54 -07:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08:00

README.md

Settings for the Netty instrumentation

System property Type Default Description
otel.instrumentation.netty.always-create-connect-span 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.