Update otel to v2.28.1#347
Merged
Merged
Conversation
ca42ac3 to
ab601d6
Compare
90ab575 to
430ba65
Compare
ryandens
approved these changes
May 22, 2026
430ba65 to
c859fca
Compare
c859fca to
23b9127
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.27.0→2.28.12.27.0→2.28.1Release Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-api)
v2.28.1: Version 2.28.1Compare Source
This release targets the OpenTelemetry SDK 1.62.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.🛠️ Bug fixes
v2.28.0Compare Source
This release targets the OpenTelemetry SDK 1.62.0.
Note that many artifacts have the
-alphasuffix attached to their versionnumber, reflecting that they will continue to have breaking changes. Please see
VERSIONING.md
for more details.
ClassInjector/ProxyInjectionBuilderAPI used by the oldExperimentalInstrumentationModule.injectClasses(ClassInjector)path; useExperimentalInstrumentationModule.exposedClassNames()instead.(#18112)
opentelemetry-runtime-telemetry-java8andopentelemetry-runtime-telemetry-java17libraryaliases.
(#18136)
captureEventNamelibrary builder setting from thelogback-appender-1.0 and log4j-appender-2.17
OpenTelemetryAppender, and the correspondingotel.instrumentation.{logback-appender,log4j-appender,jboss-logmanager}.experimental.capture-event-namejavaagent properties. Use the
otel.event.namekey in MDC / context data / key-value pairs /Logstash markers / structured arguments instead.
(#18223)
otel.instrumentation.http.client.experimental.redact-query-parametersandotel.instrumentation.common.experimental.db-sqlcommenter.enabled; useotel.instrumentation.sanitization.url.experimental.sensitive-query-parametersandotel.instrumentation.common.db.experimental.sqlcommenter.enabledinstead.(#18229)
otel.instrumentation.servlet.experimental.add-trace-id-request-attributeproperty; use
otel.instrumentation.servlet.experimental.trace-id-request-attribute.enabledinstead.
(#18237)
Experimentalhelper from a class with acompanion objectto a top-levelobject. Kotlin source callers (Experimental.emitExperimentalTelemetry(...)) are unaffected,but pre-compiled consumers must be recompiled against the new artifact.
(#18343)
🚫 Deprecations
otel.instrumentation.jaxws-cxf-3.0.enabledin favor ofotel.instrumentation.jaxws-2.0-cxf-3.0.enabled, andotel.instrumentation.jaxws-metro-2.2.enabledin favor ofotel.instrumentation.jaxws-2.0-metro-2.2.enabled.(#18184)
🌟 New javaagent instrumentation
(#18405)
🌟 New library instrumentation
(#18405)
📈 Enhancements
scope name
io.opentelemetry.couchbase-3.1instead ofio.opentelemetry.javaagent.couchbase-3.1whenotel.instrumentation.common.v3-previewis enabled.
(#18426)
otel.instrumentation.common.v3-previewis enabled.(#18312,
#18775)
isolated based on the advice classes used by an instrumentation.
(#17815)
mountinfolayouts and warning when multiple candidate IDs are found.
(#18272)
🛠️ Bug fixes
http.routepreservethe most specific matched route across nested directives, exceptions, and timeouts; this may
change span names and
http.routevalues for affected routes.(#16390)
twitter-utilFuture/Promise asynchronous boundaries.(#17867)
cleanup now runs from the background thread instead.
(#18113)
propagation headers.
(#18154)
resetOnEachOperator()for Reactor 3.1 so it also removes the scheduler hook wheninstrumentation is disabled.
(#18258)
(#18265)
META-INF/build-info.propertiesis read fromthe jar root instead of
BOOT-INF/classes/.(#18292)
VirtualFieldafter finishing a response in the Netty 3.8 server instrumentation.(#18358)
JarDetailsto closeJarFilehandles while reading archives and embedded jars, preventingresource leaks during runtime telemetry collection.
(#18385)
NullPointerExceptionwhen converting an agent context without an associated applicationcontext to an application context.
(#18444)
coroutine context restoration.
(#18456)
http.routeattributes by prepending the mount point to the relativeroute path; this may change server span names and
http.routevalues for mounted sub-routes.(#18462)
oshi7.0.0.(#18478)
(#18624)
poll()fails.(#18625)
WeakConcurrentMapCleanerbefore ByteBuddy installation.
(#18628)
failures.
(#18634)
computeIfAbsent.(#18635)
NullPointerExceptionduring startup.(#18641)
instrumentation.
(#18645)
NumberFormatExceptionwhen a JDBC URL port is null.(#18708)
TaskQueueandOrderedExecutorFactorytask execution so span context propagates toqueued runnables.
(#18709)
db.statementvalues for large batches.(#18744)
without redacting
passwordidentifiers.(#18754)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.