Version 1.29.0 #9230
Unanswered
Version 1.29.0
#9230
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release targets the OpenTelemetry SDK 1.29.0.
Note that many artifacts have the
-alpha
suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.Migration notes
NetClientAttributesExtractor
andNetServerAttributesExtractor
have been deprecated (#9165, #9156)HttpClientAttributesGetter
now extendsNetClientAttributesGetter
andHttpServerAttributesGetter
extendsNetServerAttributesGetter
(#9015, #9088)otel.springboot.httpclients.enabled
->otel.instrumentation.spring-webmvc.enabled
orotel.instrumentation.spring-webmvc.enabled
depending on the underlying http client -otel.springboot.aspects.enabled
->otel.instrumentation.annotations.enabled
(#8950)executor
was removed from executors module, the new suppression key isexecutors
(#9064)🌟 New javaagent instrumentation
🌟 New library instrumentation
📈 Enhancements
http.request.method_original
attribute under "stable" semconv opt-in (#8779)server.socket.*
attributes on the HTTP server side opt-in (#8747)process.runtime.jvm.system.cpu.load_1m
metric unit to{run_queue_item}
(#8777)http.*.duration
tohttp.*.request.duration
under "stable" semconv opt-in (#9089)2.0
->2
and3.0
->3
(#9145)🛠️ Bug fixes
IllegalArgumentException
inMetroServerSpanNaming
(#9075)METRIC_REPORTER_CLASSES_CONFIG
being set to a List (#9155)🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@alaegin
@AlexanderWert
@amitgud-doordash
@anderssv
@bcoquell
@breedx-splk
@cleidiano
@darcydai
@davsheld-te
@dkharlan
@doppleware
@guadalupe-duolingo
@jack-berg
@jackshirazi
@jaydeluca
@jeanbisutti
@jkamon
@JonasKunz
@josecoelho96
@kaiwen
@keithc-ca
@laurit
@lmolkova
@mateuszrzeszutek
@oliver-zhang
@pg-yang
@sebastian-hans-swm
@siyuniu-ms
@stevesea
@swar8080
@theletterf
@trask
@tylerbenson
@xiangtianyu
@XiaoWeiKIN
@YuliaMittova
@zeitlinger
This discussion was created from the release Version 1.29.0.
Beta Was this translation helpful? Give feedback.
All reactions