opentelemetry-java-instrume.../instrumentation/netty
Lauri Tulmin 5267462b06
Fix http concurrency test with large responses (#5648)
* Debug http client concurrency test failures

* debugging

* context porpagation to callbacks isn't really implemented

* verify that request succeeds in single connection concurrency test

* spotless

* verify request status in http client concurrency test

* update comment

* remove large response

* Trigger Build

* Update instrumentation/netty/netty-3.8/javaagent/src/test/groovy/Netty38ClientTest.groovy

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-03-25 10:03:22 -07:00
..
netty-3.8/javaagent Fix http concurrency test with large responses (#5648) 2022-03-25 10:03:22 -07:00
netty-4-common/javaagent Updates to http.server_name (#5369) 2022-02-18 09:38:21 -08:00
netty-4.0/javaagent Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09:00
netty-4.1/javaagent Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09:00
netty-4.1-common/javaagent Update netty attribute name (#5568) 2022-03-14 11:08:02 +02: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.