Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the OpenTelemetry Java agent dependency from version 2.24.0 to 2.25.0, a minor version update that includes enhancements, bug fixes, and new library instrumentations. The update is part of automated dependency management via Renovate Bot.
Changes:
- Updated
io.opentelemetry.javaagent:opentelemetry-javaagentdependency from 2.24.0 to 2.25.0 in the Maven POM file
a92f7b5 to
951f679
Compare
951f679 to
9a79b40
Compare
9a79b40 to
5d1c517
Compare
moflwi
approved these changes
Feb 16, 2026
5d1c517 to
1509933
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.24.0→2.25.0Release Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.javaagent:opentelemetry-javaagent)
v2.25.0Compare Source
(#15981)
(#15892,
#15929,
#15943,
#15944,
#15945)
🚫 Deprecations
getDelegate(),request(),channel(),remoteAddress()in HTTP client requestwrapper classes in favor of
getRequest(),getChannel(),getRemoteAddress()for consistency(#15942)
NettyClientTelemetry.setChannelContext()in favor ofsetParentContext()(#16010)
new*methods in favor ofcreate*methods in Armeria and Jetty clientinstrumentation (e.g.,
newDecorator()→createDecorator(),newHttpClient()→createHttpClient())(#16009)
NettyServerTelemetry.createResponseHandler()andcreateCombinedHandler()overloadsthat expose internal classes
(#16011)
RatpackServerTelemetry.getHandler(),getExecInterceptor(), andgetExecInitializer()in favor ofcreateHandler(),createExecInterceptor(), andcreateExecInitializer()(#16013)
setPeerService()in HTTP, gRPC, Dubbo, and Armeria instrumentation builders in favorof
addAttributesExtractor()(#16059)
RpcAttributesGetter.getMethod()in favor ofgetRpcMethod()to support stable RPCsemantic conventions
(#16121)
PeerServiceResolver,PeerServiceAttributesExtractor, andHttpClientPeerServiceAttributesExtractorin favor of renamed classesServicePeerResolver,ServicePeerAttributesExtractor, andHttpClientServicePeerAttributesExtractor(#16071)
setStatementSanitizationEnabled()in favor ofsetQuerySanitizationEnabled()acrossdatabase instrumentation builders (Cassandra, JDBC, Lettuce, Mongo, R2DBC)
(#16133)
Classes,Cpu,GarbageCollector,MemoryPools,Threads) in favor ofRuntimeMetrics(#16064)
SqlStatementInfoin favor ofSqlQuery, andSqlStatementSanitizerin favor ofSqlQuerySanitizer(#16074)
🌟 New library instrumentation
(#16033)
📈 Enhancements
(#15813)
(#15977)
(#16096)
(#16142)
🛠️ Bug fixes
(#15954)
(#16001)
(#16035)
(#16141)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR has been generated by Renovate Bot.