Release v1.6.0 #561
Unanswered
mateuszrzeszutek
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release uses OpenTelemetry Instrumentation for Java version 1.9.1. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.9.1. For manually adding custom metrics we suggest using Micrometer version 1.8.0. Please consult the release notes linked above for upstream changes.
🗒 General notes
🛠️ Bug fixes
PRODUCER
-CONSUMER
spans will always have parent-child relationship.🌟 Enhancements
-Dotel.instrumentation.netty.always-create-connect-span=true
or-Dotel.instrumentation.reactor-netty.always-create-connect-span=true
) or SSL handshake telemetry (by setting-Dotel.instrumentation.netty.ssl-telemetry.enabled=true
). The Reactor Netty HTTP client instrumentation will now report the lower-level spans as children of the main HTTP client span.This discussion was created from the release Release v1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions