opentelemetry-java-instrume.../instrumentation/reactor/reactor-netty
jamesmartinpp 2cfaf2d7ee
Propagate client span context in doOnRequest (#6621)
Copying the changes from Mike W. This fixes the problem where the jaxrs
and http client request spans are siblings instead of parent/child.

@mateuszrzeszutek please review

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-20 17:47:46 -07:00
..
reactor-netty-0.9/javaagent Net attributes getters changes (in preparation for HTTP spec impl) (#6503) 2022-09-12 09:20:27 -07:00
reactor-netty-1.0 Propagate client span context in doOnRequest (#6621) 2022-09-20 17:47:46 -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.