opentelemetry-java-instrume.../instrumentation/reactor/reactor-netty
Mateusz Rzeszutek b6ded1f9a0
End reactor-netty HTTP client span properly on `Mono#timeout()` (#6891)
Calling `Mono#timeout()` with a timeout value smaller than the HTTP
client timeout caused the on request/response end callbacks to be simply
discarded; and the HTTP span was never finished.
2022-10-17 13:29:02 -07:00
..
reactor-netty-0.9/javaagent Add HTTP client and server tests (#6836) 2022-10-11 20:12:48 +00:00
reactor-netty-1.0 End reactor-netty HTTP client span properly on `Mono#timeout()` (#6891) 2022-10-17 13:29:02 -07: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 Reactor Netty instrumentation

System property Type Default Description
otel.instrumentation.reactor-netty.connection-telemetry.enabled Boolean false Enable the creation of Connect and DNS spans by default.