fix(deps): update opentelemetry instrumentation packages#1018
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update opentelemetry instrumentation packages#1018renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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.02.24.0→2.25.02.24.0-alpha→2.25.0-alpha2.24.0→2.25.02.24.0-alpha→2.25.0-alphaRelease Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.javaagent:opentelemetry-javaagent)
v2.25.0(#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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.