fix(deps): update opentelemetry instrumentation packages#1223
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update opentelemetry instrumentation packages#1223renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/opentelemetry-instrumentation-packages
branch
from
July 23, 2026 10:14
1c4c67d to
082b1dd
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.29.0→2.30.02.29.0→2.30.02.29.0-alpha→2.30.0-alpha2.29.0→2.30.02.29.0-alpha→2.30.0-alphaRelease Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.javaagent:opentelemetry-javaagent)
v2.30.0Compare Source
This release targets the OpenTelemetry SDK 1.64.0.
Note that many artifacts have the
-alphasuffix attached to their versionnumber, reflecting that they will continue to have breaking changes. Please see
VERSIONING.md
for more details.
ExperimentalInstrumentationModule#getModuleGroup(). Built-in invokedynamic modules nowshare a single
InstrumentationModuleClassLoader, and each extension is isolated in its own.(#18859)
InstrumentationModule.isIndyModule(); whether a module uses invokedynamicis now determined by the agent rather than declared per module.
(#19140)
SqlClientAttributesGetter,CassandraRequest, andExperimental.(#19165)
Enduser*attribute-capturing APIs from the Spring Security 6.0 library;use the
User*replacements instead.(#19168)
🚫 Deprecations
ConfigPropertiescompatibility bean used withexperimental declarative configuration, in favor of the new
ConfigProviderbean; it will beremoved in 3.0. The
ConfigPropertiesbean remains supported for non-declarative configuration.(#19175)
DeclarativeConfigPropertiesBridgeandDeclarativeConfigPropertiesBridgeBuilder.Use
DeclarativeConfigPropertiesdirectly orDeclarativeConfigBridgeinstead. Will be removedin 3.0.
(#19202)
ConfigPropertiesBackedConfigProviderin favor ofDeclarativeConfigBridge. It will beremoved in 2.31.0.
(#19220)
🌟 New javaagent instrumentation
(#19087)
🌟 New library instrumentation
ThriftTelemetry) for the Apache Thrift 0.13 async server.(#19062)
📈 Enhancements
handlers were previously uninstrumented.
(#18994)
database=as an alias fordatabaseNamewhen extractingdb.namefrom MSSQL JDBCURLs.
(#19029)
(
otel.semconv-stability.opt-in=database) across database instrumentations, including batchspan names,
db.operation.batch.size(including empty batches), anddb.query.summary.(#19034,
#19037,
#19054,
#19055,
#19056,
#19057,
#19143,
#19147,
#19161,
#19162,
#19164,
#19172,
#19189,
#19199)
(#19071)
(#19080)
jvm.thread.virtual.pinnedandjvm.thread.virtual.submit_failedmetrics for Java 19+ virtual threads; enable with
otel.instrumentation.runtime-telemetry.emit-experimental-jfr-metrics=true.(#19092)
PreparedStatement.setObject()in query parameterattributes.
(#19093)
InstrumentationModulenow exposesinjectedClassNames()andexposedClassNames()for indyinstrumentations, so module authors no longer need
ExperimentalInstrumentationModulefor thosehelper-class declarations.
(#19142)
captureTemplateandcaptureArgumentsoptions to the log4j, java-util-logging, andjboss-logmanager logging instrumentations, capturing the log message template and arguments as
separate
log.body.template/log.body.parametersattributes; logback already supported theseoptions (#15423).
(#19154)
server.addressandserver.portattributes to Redisson client spans.(#19191)
server.addressandserver.portattributes to Lettuce Redis client spans.(#19192)
server.addressandserver.portattributes to Rediscala client spans.(#19193)
server.addresson registry-backed Dubbo client spans to the registry address plus theservice target (
registry://host:port/interface:version:group) and leaveserver.portunset,gated behind the stable rpc semconv opt-in (
otel.semconv-stability.opt-in=rpc); the resolvedprovider host and port are kept under the default semconv.
(#17244,
#19285)
🛠️ Bug fixes
during startup.
(#19088)
db.connection_stringvalues so IPv6 hosts stay bracketed instead ofbecoming ambiguous.
(#19078)
extra receive span.
(#19095)
SpringConfigProperties.getMap()no longer evaluates map property values as SpEL expressions;non-special-cased map properties now parse as comma-delimited
key=valuepairs via the SDK'sDefaultConfigProperties, so settings likeotel.instrumentation.common.peer-service-mappingwork without SpEL syntax.
(#19113)
messaging.destination.nameunset instead of reporting it asunknown.(#19115)
jvm.class.loadedandjvm.class.unloadedmetrics to use counterinstruments.
(#19141)
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.