Release v1.1.0 #304
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.3.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.3.0. Please consult the release notes linked above for upstream changes.
🗒 General notes
Java repo to this one. We are now responsible for maintaining this instrumentation.
🛠️ Bug fixes
Server-Timing
header value; the bug where multiple copies of the same headervalue were set was fixed.
🌟 Enhancements
internal_root_off
sampler that will drop all traces that start withINTERNAL
,CLIENT
orPRODUCER
span -the only top-level span kinds allowed are
SERVER
andCONSUMER
. You can use this sampler by settingthe
otel.traces.sampler
configuration property.This discussion was created from the release Release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions