Problem with dependency update. #6795
-
Hello everyone, I am trying to update this dependency to 1.18.0-alpha. It seems the latest version is 1.16.0-alpha. The main problem with v1.16.0-alpha is that it brings other dependencies versions to 1.16.0-alpha. So I can't update other dependencies. Is there any changes in the artifact? Any suggestions would be appreciated. io.opentelemetry.instrumentation |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @namespaceahr , |
Beta Was this translation helpful? Give feedback.
Hey @namespaceahr ,
Since version 1.17.0, the OTLP exporter is now included in the
opentelemetry-spring-boot-starter
module. You can safely remove theopentelemetry-otlp-exporter-starter
from your build file.