Release v0.11.0 #236
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.2.0. If you want to extend the instrumentation manually, we suggest using the OpenTelemetry Java API version 1.2.0. Please consult the release notes linked above for upstream changes.
🗒 General notes
☢️ Breaking changes
exporter supports the
splunk.access.token
configuration option and can be used to send spans directly to Splunkcloud. The default OTLP exporter endpoint is
http://localhost:4317
. You can still use the Jaeger exporter bysetting
OTEL_TRACES_EXPORTER=jaeger-thrift-splunk
.http://localhost:9943
,which is the default endpoint of Splunk OpenTelemetry Connector
deployed on
localhost
.tracecontext
as the default trace propagationmechanism; W3C Baggage is also enabled by default. You can switch to the previous B3
propagator by setting
OTEL_PROPAGATORS=b3multi
.splunk.context.server-timing.enabled
has been removed. You can usesplunk.trace-response-header.enabled
instead.🌟 Enhancements
service.name
resource attribute is not provided.HttpClient#doOnRequest()
) - introduced in this upstream repo PR.This discussion was created from the release Release v0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions