fix(deps): update opentelemetry instrumentation packages - #1258
Open
renovate[bot] wants to merge 2 commits into
Open
fix(deps): update opentelemetry instrumentation packages#1258renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
renovate
Bot
force-pushed
the
renovate/opentelemetry-instrumentation-packages
branch
from
August 21, 2026 04:33
be6f8d9 to
fd6dbde
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.30.0→v2.31.02.30.0→2.31.02.30.0→2.31.02.30.0-alpha→2.31.0-alpha2.30.0→2.31.02.30.0-alpha→2.31.0-alphaRelease Notes
open-telemetry/opentelemetry-java-instrumentation (open-telemetry/opentelemetry-java-instrumentation)
v2.31.0: Version 2.31.0Compare Source
This release targets the OpenTelemetry SDK 1.65.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.ConfigPropertiesBackedConfigProviderand itscreate(ConfigProperties)compatibility API from the declarative config bridge. (#19305)opentelemetry-instrumentation-api-incubatoron library instrumentation compile classpaths. (#19612)🚫 Deprecations
otel.instrumentation.experimental.span-suppression-strategyin favor ofExperimental.setSpanSuppressionStrategy(...). (#19180)HostIdResource.REGISTRY_QUERYin favor of the absolute-pathreg.exelookup used byHostIdResource. (#19293)MessageOperationin favor ofMessagingOperationType, and theMessageOperationoverloads ofMessagingAttributesExtractor,MessagingConsumerMetrics,MessagingProducerMetrics,MessagingSpanKindExtractor, andMessagingSpanNameExtractorin favor of the correspondingMessagingOperationTypeAPIs. (#19357)otel.traces.exporter=zipkinin favor ofotel.traces.exporter=otlp, andotel.exporter.zipkin.endpointin favor ofotel.exporter.otlp.traces.endpoint. (#19400)OpenTelemetryMeterRegistryBuilder#setMicrometerHistogramGaugesEnabled(boolean)in favor ofExperimental#setMicrometerHistogramGaugesEnabled(OpenTelemetryMeterRegistryBuilder, boolean). (#19404).included/.excludedconfiguration andIncludeExcludeAPIs. (#19494, #19522, #19523, #19638)otel.instrumentation.runtime-telemetry.experimental.prefer-jfrin favor ofotel.instrumentation.runtime-telemetry.experimental.jfr-metrics.included, andsetPreferJfrMetrics(...)in favor ofsetJfrMetrics(RuntimeTelemetryBuilder, IncludeExclude). (#19495).included/.excludedselectors andIncludeExcludeAPIs. (#19519, #19520, #19521, #19599, #19600, #19605, #19609, #19610)general.semconv_stability.opt_inin favor ofgeneral.stability_opt_in_list, andgeneral.sanitization.url.sensitive_query_parameters/developmentin favor ofgeneral.sanitization.url.sensitive_query_parameters. (#19561)otel.instrumentation.graphql.add-operation-name-to-span-name.enabledin favor ofotel.instrumentation.graphql.operation-name-in-span-name.enabled, andotel.instrumentation.runtime-telemetry.package-emitter.enabled/jars-per-secondin favor ofotel.instrumentation.runtime-telemetry.experimental.package-emitter.enabled/jars-per-second. (#19573)requestHeaders(IncludeExclude)andresponseHeaders(IncludeExclude)APIs. (#19598, #19601, #19602, #19603, #19604, #19606, #19607, #19608)otel.instrumentation.micrometer.histogram-gauges.enabledin favor ofotel.instrumentation.micrometer.experimental.histogram-gauges.enabled. (#19613)🌟 New javaagent instrumentation
📈 Enhancements
cassandra.compaction.progress.completedandcassandra.compaction.progress.sizegauges for in-flight Cassandra compactions. (#19290)otel.semconv-stability.opt-in=messagingacross AWS SQS and Lambda, JMS, Kafka, NATS, Pulsar, RabbitMQ, RocketMQ, Spring Integration, and Spring messaging instrumentations. (#19347, #19348, #19349, #19350, #19351, #19353, #19354, #19355, #19356, #19476, #19477, #19478, #19479, #19480, #19481, #19482, #19486, #19487, #19499, #19500, #19504, #19505, #19507, #19508, #19535, #19544, #19565, #19567, #19639, #19640)otel.semconv-stability.opt-in=rpc, Dubbo requests to unknown services emit server spans even when decoding fails beforeDubboProtocol.getInvoker(), and record the original method inrpc.method_original. (#16668)baggage.*entries even when there is no current span. (#19378)otel.instrumentation.common.v3-preview=true, the Micrometer bridge no longer exports.maxgauges forTimerandDistributionSummary. (#19397)IncludeExcludeselector API toopentelemetry-instrumentation-apifor matching strings against included and excluded glob patterns. (#19451)otel.semconv-stability.opt-in=database, including operation names, namespaces, collection names, operation parameters, batch telemetry, and error types for Couchbase, Redis clients, Elasticsearch, R2DBC, JDBC, ClickHouse, MongoDB, and HBase. (#19616, #19623, #19664, #19665, #19668, #19670, #19704, #19705, #19706, #19707, #19708)otel.instrumentation.influxdb.query-sanitization.enabledto control InfluxDB query sanitization, taking precedence overotel.instrumentation.common.db.query-sanitization.enabled. (#19703)🛠️ Bug fixes
close(). (#19160)$JAVA_HOME/binunlessotel.javaagent.enabled=trueis set. (#19203)jetty.select.countinstead ofjetty.io.select.countfor select-call counts. (#19249)server.addressvalues to bare addresses instead of bracketed literals. (#19366)io.lettuce.core.protocol.OtelCommandArgsUtilas a helper class. (#19373)host.idresource detection so slow lookup commands no longer block SDK startup. (#19377)MethodHandle$1during agent startup to avoidClassCircularityErroron JDK 17 that can break invokedynamic call site linking. (#19398)activemq.destination.temp.utilizationto convert%values to a unitless fraction. (#19512)jetty.thread.queue.sizeto use the{job}unit instead of{thread}. (#19513)Hostheaders are now parsed correctly, including bracketed ports. (#19540)ClusterInvokertype when capturing the consumer registry address. (#19568).includedor.excludedreplacement is also configured. (#19571)db.nameand stabledb.namespacefor R2DBC spans. (#19615)PreparedStatement.query()execution keeps the correctdb.systemand connection options. (#19619)SimpleStatementsanitization so bound values are detected and hidden indb.statement. (#19620)commitandrollbackoperations. (#19621)executeBatch()andexecuteLargeBatch()so subsequent batch spans no longer report stale batch contents. (#19622)server.addressandserver.portfor failed Cassandra 3 operations by extracting the coordinator fromCoordinatorException. (#19627)db.system.name, so double-quoted identifiers stay intact for databases that treat them as identifiers. (#19632)RequestHandlerinstrumentation sovoid-returninghandleRequestmethods are handled correctly. (#19714)🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@amirdeljouyi
@amit306
@anuraaga
@asarkar
@breedx-splk
@brunobat
@dangzitou
@gillesbergerp
@iNikem
@jack-berg
@jackshirazi
@jaydeluca
@jkoronaAtCisco
@johnbley
@juszczakn
@laurit
@lmolkova
@malafeev
@mateuszrzeszutek
@mvanhorn
@opentelemetry-pr-dashboard
@opentelemetrybot
@PapaPiya
@philippeLepage
@robe-schr-scacap
@royteeuwen
@safris
@Sebmaster
@steverao
@SylvainJuge
@szczeppan
@ThomasVitale
@trask
@tydhot
@ViliusS
@wl2027
@xiang17
@YaoYingLong
@zeitlinger
Configuration
📅 Schedule: (UTC)
🚦 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.