opentelemetry-java-instrume.../instrumentation/netty
Mateusz Rzeszutek b2c90c79b5
Extract HTTP request & response content length from headers (#6415)
* Extract HTTP request & response content length from headers

* remove unused method

* fix camel tests

* fix google http client tests

* fix HttpUrlConnection tests

* fix k8s and jaxrs tests

* fix aws tests

* actually fix aws tests 🤞

* fix elasticsearch tests

* fix ratpack tests

* fix spring webflux tests

* fix vertx tests

* fix reactor netty tests
2022-08-05 10:55:47 -07:00
..
netty-3.8/javaagent Extract HTTP request & response content length from headers (#6415) 2022-08-05 10:55:47 -07:00
netty-4-common/javaagent Extract HTTP request & response content length from headers (#6415) 2022-08-05 10:55:47 -07:00
netty-4.0/javaagent InstrumentationConfig part 2 (#6292) 2022-07-11 09:47:19 +02:00
netty-4.1/javaagent InstrumentationConfig part 2 (#6292) 2022-07-11 09:47:19 +02:00
netty-common/javaagent Run tests with play 2.4 (#6145) 2022-06-14 12:10:53 +03: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.