fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 #231
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:
1.28.0
->1.29.0
Release Notes
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom)
v1.29.0
Migration notes
NetClientAttributesExtractor
andNetServerAttributesExtractor
have been deprecated
(#9165,
#9156)
HttpClientAttributesGetter
now extendsNetClientAttributesGetter
and
HttpServerAttributesGetter
extendsNetServerAttributesGetter
(#9015,
#9088)
otel.springboot.httpclients.enabled
->otel.instrumentation.spring-webmvc.enabled
or
otel.instrumentation.spring-webmvc.enabled
depending on the underlying http clientotel.springboot.aspects.enabled
->otel.instrumentation.annotations.enabled
(#8950)
executor
was removed from executors module,the new suppression key is
executors
(#9064)
🌟 New javaagent instrumentation
(#9149)
🌟 New library instrumentation
(#8911)
📈 Enhancements
(#8945)
(#8948)
http.request.method_original
attribute under "stable" semconv opt-in(#8779)
server.socket.*
attributes on the HTTP server side opt-in(#8747)
(#8966)
(#8984)
(#8933)
(#8111)
process.runtime.jvm.system.cpu.load_1m
metric unit to{run_queue_item}
(#8777)
(#9066)
(#9063)
http.*.duration
tohttp.*.request.duration
under "stable" semconv opt-in(#9089)
(#8736)
2.0
->2
and3.0
->3
(#9145)
(#8870)
🛠️ Bug fixes
(#8998)
IllegalArgumentException
inMetroServerSpanNaming
(#9075)
(#9081)
(#8957)
(#9159)
METRIC_REPORTER_CLASSES_CONFIG
being set to a List(#9155)
(#9166)
(#9157)
(#9000)
(#9179)
(#9203)
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.
This PR has been generated by Mend Renovate. View repository job log here.