Version 1.18.0 #6627
Unanswered
Version 1.18.0
#6627
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release targets the OpenTelemetry SDK 1.18.0.
Note that all artifacts other than
io.opentelemetry.javaagent:opentelemetry-javaagent
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.The
opentelemetry-instrumentation-api
artifact is declared stable in this release.Migration notes
opentelemetry-instrumentation-api
, prior to it being declared stable: *InstrumenterBuilder.addAttributesExtractors(AttributesExtractor...)
was removed, use insteadaddAttributesExtractors(AttributesExtractor)
oraddAttributesExtractors(Iterable<AttributesExtractor>)
*SpanLinksExtractor.extractFromRequest()
was removed, use instead manual extraction *ErrorCauseExtractor.jdk()
was renamed toErrorCauseExtractor.getDefault()
*ClassNames
utility was removed with no direct replacementio.opentelemetry.instrumentation.api.config.Config
and related classes have been removed (#6501)Ordered
interface was removed from theopentelemetry-javaagent-extension-api
, use instead theOrdered
interface fromopentelemetry-sdk-extension-autoconfigure-spi
(#6589)📈 Enhancements
🛠️ Bug fixes
@WithSpan
handling (#6619)🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk
@cartermp
@chalin
@jack-berg
@jeanbisutti
@laurit
@lmolkova
@mateuszrzeszutek
@mingchuno
@ppatierno
@Shivanireddie
@trask
This discussion was created from the release Version 1.18.0.
Beta Was this translation helpful? Give feedback.
All reactions