fix(deps): update opentelemetry packages #563
Merged
+8
−8
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.10.0
->2.11.0
2.10.0
->2.11.0
2.10.0-alpha
->2.11.0-alpha
2.10.0
->2.11.0
Release Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.javaagent:opentelemetry-javaagent)
v2.11.0
Migration notes
In preparation for stabilizing HTTP library instrumentation soon:
addAttributeExtractor
methods in a few*TelemetryBuilder
classes have been deprecatedand renamed to
addAttributesExtractor
(which is how most of them were named already)(#12860)
setEmitExperimental*
methods in*TelemetryBuilder
classes have been deprecated and movedto internal/experimental classes, see Javadoc
@deprecated
for exact relocation(#12847)
ApacheHttpClient5*
classes have been deprecated and renamed toApacheHttpClient*
(#12854)
RatpackTelemetry*
classes have been deprecated and split intoRatpackClientTelemetry*
and
RatpackServerTelemetry*
(#12853)
SpringWebfluxTelemetry*
classes have been deprecated and split intoSpringWebfluxClientTelemetry*
andSpringWebfluxServerTelemetry*
(#12852)
ArmeriaTelemetry*
classes have been deprecated and split intoArmeriaClientTelemetry*
and
ArmeriaServerTelemetry*
(#12851)
*KtorClientTracing*
and*KtorServerTracing*
have been deprecated and renamed to*KtorClientTelemetry*
and*KtorServerTelemetry*
(#12855)
spring-webflux.handler.type
was removed in favor ofstandard
code.*
attributes(#12887)
📈 Enhancements
db.namespace
todb.name
(unless using experimental database semconv stability opt-in)(#12609)
(#12592)
(#12724)
code.*
attribute extraction for latest release of Spring Scheduling(#12739)
reflect-config.json
for better native image support(#12736)
(#12731)
(#12513)
(#12572)
spring-scheduling.enabled
property to spring-configuration-metadata.json(#12791)
(#12798)
(#12763)
(#12806,
#12818)
(#12756)
(#10763)
(#12833)
(#12839)
(#12879)
(#12819)
spanNameExtractor
(#12842)(#12850)
(when using experimental database semconv stability opt-in)
(#12886)
(#12935)
(#12937)
🛠️ Bug fixes
(#12718)
(#12883)
(#12908)
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.