Skip to content

fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.26.0#5

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.opentelemetry.instrumentation-opentelemetry-instrumentation-bom-2.x
Open

fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.26.0#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.opentelemetry.instrumentation-opentelemetry-instrumentation-bom-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Feb 13, 2026

This PR contains the following updates:

Package Change Age Confidence
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom 2.24.02.26.0 age confidence

Release Notes

open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom)

v2.26.0

⚠️ Breaking changes to non-stable APIs
  • Remove deprecated AWS Lambda v2.2 wrappers and forceFlush(int, TimeUnit) overload
    (#​16170)
  • Remove deprecated HTTP client/server methods
    (#​16167)
  • Remove deprecated database instrumentation methods and classes
    (#​16164)
  • Remove deprecated peer-service mapping APIs
    (#​16165)
  • Make runtime-telemetry deprecated classes now internal
    (#​16173)
  • Remove AttributesExtractorUtil
    (#​16152)
  • Remove marker interface from SqlClientAttributesGetter
    (#​16205)
  • Merge network/server getter methods into DB attribute getters
    (#​16264,
    #​16268)
  • Rename SQL sanitizer classes to SQL analyzer
    (#​16269)
  • Rename internal common module packages to follow new naming convention
    (#​16284,
    #​16308,
    #​16327,
    #​16341,
    #​16373)
🚫 Deprecations
  • Deprecated individual runtime-telemetry module classes in favor of unified module
    (#​16087)
  • Deprecated old HTTP server query parameter methods in favor of sensitive query param handling
    (#​16097)
  • Deprecated old RPC attributes getter methods in favor of new ones supporting stable semantic
    conventions
    (#​16130)
  • Deprecated old ClickHouse instrumentation methods as part of simplification
    (#​16206)
  • Deprecated old R2DBC methods in favor of ones supporting db.system.name
    (#​16251)
  • Deprecated old DbClientAttributesGetter methods; added getErrorType() with implementations
    (#​16276)
  • Deprecated old RPC metrics methods in favor of ones supporting stable semantic conventions
    (#​16298)
  • Deprecated old DbClientAttributesGetter methods; added getDbName() to better support
    old/stable semconv split
    (#​16318)
📈 Enhancements
  • Add server address and port attributes for Spymemcached
    (#​15242)
  • Add Kafka Connect as a built-in JMX metrics target
    (#​15561)
  • Convert Lettuce instrumentation to use Instrumenter
    (#​15838)
  • OpenSearch Java client: capture sanitized search query bodies
    (#​15634)
  • Apply stable semantic conventions to Camel JMX metrics
    (#​16088)
  • Add jvm.file_descriptor.limit metric
    (#​16174)
  • Run gRPC client callbacks with parent context
    (#​16175)
  • SQL summary: handle EXPLAIN statements
    (#​16184)
  • Simplify InfluxDB instrumentation
    (#​16207)
  • Update histogram buckets for db.client.operation.duration
    (#​16222)
  • SQL summary: support Oracle dblink syntax
    (#​16230)
  • Add instrumentation for ZIO HTTP server route
    (#​16232)
  • Remove network attributes under database stable semconv flag
    (#​16257)
  • Support Javalin 7
    (#​16261)
  • gRPC: initial stable semconv support
    (#​16304)
  • Populate os.version resource attribute
    (#​16311)
  • Camel: don't emit db spans under stable semconv
    (#​16275)
  • Dubbo: stable semconv support
    (#​16352)
  • Update the OpenTelemetry SDK version to 1.60.0
    (#​16407)
  • Use new stable LogRecordBuilder.setException()
    (#​16423)
  • Configure semconv-stability.opt-in with declarative config API
    (#​16443)
  • Support otel.event.name
    (#​16220)
🛠️ Bug fixes
  • SQL sanitizer now treats double-quoted fragments as string literals by default
    (#​15582)
  • Clear recorded exception when request completes
    (#​16138)
  • Clear URL connection state after ending span
    (#​16155)
  • Fix Spring declarative config with environment variable substitution
    (#​15775)
  • Fix Ktor server send pipeline error handling
    (#​16192)
  • Logging appenders: KeyValue attributes should take priority over MDC
    (#​16239)
  • Create new PekkoRouteHolder for each request
    (#​16258)
  • Tomcat JMX: ignore negative thread and session limits
    (#​16355)
  • server.port is required on HTTP client spans
    (#​16388)
  • Fix Ktor server instrumentation resolving peer address
    (#​16392)
  • Fix class cast exception in servlet instrumentation
    (#​16403)
  • Fix empty response body on Jetty HttpClient 9.4.24–9.4.43
    (#​16406)

v2.25.0

Compare Source

⚠️ Breaking changes to non-stable APIs
🚫 Deprecations
  • Deprecated getDelegate(), request(), channel(), remoteAddress() in HTTP client request
    wrapper classes in favor of getRequest(), getChannel(), getRemoteAddress() for consistency
    (#​15942)
  • Deprecated NettyClientTelemetry.setChannelContext() in favor of setParentContext()
    (#​16010)
  • Deprecated new* methods in favor of create* methods in Armeria and Jetty client
    instrumentation (e.g., newDecorator()createDecorator(),
    newHttpClient()createHttpClient())
    (#​16009)
  • Deprecated NettyServerTelemetry.createResponseHandler() and createCombinedHandler() overloads
    that expose internal classes
    (#​16011)
  • Deprecated RatpackServerTelemetry.getHandler(), getExecInterceptor(), and
    getExecInitializer() in favor of createHandler(), createExecInterceptor(), and
    createExecInitializer()
    (#​16013)
  • Deprecated setPeerService() in HTTP, gRPC, Dubbo, and Armeria instrumentation builders in favor
    of addAttributesExtractor()
    (#​16059)
  • Deprecated RpcAttributesGetter.getMethod() in favor of getRpcMethod() to support stable RPC
    semantic conventions
    (#​16121)
  • Deprecated PeerServiceResolver, PeerServiceAttributesExtractor, and
    HttpClientPeerServiceAttributesExtractor in favor of renamed classes ServicePeerResolver,
    ServicePeerAttributesExtractor, and HttpClientServicePeerAttributesExtractor
    (#​16071)
  • Deprecated setStatementSanitizationEnabled() in favor of setQuerySanitizationEnabled() across
    database instrumentation builders (Cassandra, JDBC, Lettuce, Mongo, R2DBC)
    (#​16133)
  • Deprecated individual runtime metric classes (Classes, Cpu, GarbageCollector,
    MemoryPools, Threads) in favor of RuntimeMetrics
    (#​16064)
  • Deprecated SqlStatementInfo in favor of SqlQuery, and SqlStatementSanitizer in favor of
    SqlQuerySanitizer
    (#​16074)
🌟 New library instrumentation
📈 Enhancements
  • Logback appender: add declarative config support
    (#​15813)
  • OkHttp: avoid weak reference in library instrumentation
    (#​15977)
  • HTTP clients: Enable query redaction by default in library instrumentations
    (#​16096)
  • HttpURLConnection: mark as early instrumentation to ensure virtual fields are used
    (#​16142)
🛠️ Bug fixes
  • Dropwizard metrics: Sanitize names where needed to comply with OpenTelemetry requirements
    (#​15954)
  • Instrumentation API incubator: Fix span key mapping for MESSAGING_CONSUMER_PROCESS
    (#​16001)
  • Couchbase: Fix local address occasionally missing
    (#​16035)
  • Internal logging: Map jul config level to debug instead of info
    (#​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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.25.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v2.26.0 Mar 14, 2026
@renovate renovate bot force-pushed the renovate/io.opentelemetry.instrumentation-opentelemetry-instrumentation-bom-2.x branch from 77ac112 to afb4972 Compare March 14, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants