Conversation
…rumentation to v2.25.0
jaydeluca
approved these changes
Feb 13, 2026
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:
v2.24.0→v2.25.0Release Notes
open-telemetry/opentelemetry-java-instrumentation (open-telemetry/opentelemetry-java-instrumentation)
v2.25.0: Version 2.25.0Compare Source
This release targets the OpenTelemetry SDK 1.59.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.🚫 Deprecations
getDelegate(),request(),channel(),remoteAddress()in HTTP client request wrapper classes in favor ofgetRequest(),getChannel(),getRemoteAddress()for consistency (#15942)NettyClientTelemetry.setChannelContext()in favor ofsetParentContext()(#16010)new*methods in favor ofcreate*methods in Armeria and Jetty client instrumentation (e.g.,newDecorator()→createDecorator(),newHttpClient()→createHttpClient()) (#16009)NettyServerTelemetry.createResponseHandler()andcreateCombinedHandler()overloads that expose internal classes (#16011)RatpackServerTelemetry.getHandler(),getExecInterceptor(), andgetExecInitializer()in favor ofcreateHandler(),createExecInterceptor(), andcreateExecInitializer()(#16013)setPeerService()in HTTP, gRPC, Dubbo, and Armeria instrumentation builders in favor ofaddAttributesExtractor()(#16059)RpcAttributesGetter.getMethod()in favor ofgetRpcMethod()to support stable RPC semantic conventions (#16121)PeerServiceResolver,PeerServiceAttributesExtractor, andHttpClientPeerServiceAttributesExtractorin favor of renamed classesServicePeerResolver,ServicePeerAttributesExtractor, andHttpClientServicePeerAttributesExtractor(#16071)setStatementSanitizationEnabled()in favor ofsetQuerySanitizationEnabled()across database 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
📈 Enhancements
🛠️ Bug fixes
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@imavroukakis
@jackshirazi
@jaydeluca
@jkwatson
@laurit
@pepeshore
@psx95
@roberttoyonaga
@robsunday
@steverao
@surbhiia
@SylvainJuge
@thiagohora
@toon-borgers-hs
@trask
@zeitlinger
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.