Replies: 1 comment 3 replies
-
You need to update your |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello everyone 👋
As we continue adopting Opentelemetry Java SDK in our Scala application we ran across a new puzzle.
We have this code block:
and when we execute this code we get
NoSuchMethodError
forbuildWithCallback
:the related dependencies are declared (using
sbt
) like this:Dependency tree shows that everything but

openteletry-api-metrics
(transient dependency foropentelemetry-logback-1.0
) is from1.11.0
. In IntelliJ when I click onbuildWithCallback
it takes me toDoubleGaugeBuilder
fromopentelemetry-api-metrics.-1.9.1.jar
. Please advise 🤔Beta Was this translation helpful? Give feedback.
All reactions