Not able to setup Jgaer in production & UAT for PUCAR Project #710
Ramu-kandimalla
started this conversation in
Bugs
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.
ISSUE:
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
io.opentelemetry.instrumentation.api.semconv.http.HttpServerMetrics.(HttpServerMetrics.java:57)
The following method did not exist:
'io.opentelemetry.api.metrics.DoubleHistogramBuilder io.opentelemetry.api.metrics.DoubleHistogramBuilder.setExplicitBucketBoundariesAdvice(java.util.List)'
The calling method's class, io.opentelemetry.instrumentation.api.semconv.http.HttpServerMetrics, was loaded from the following location:
jar:file:/home/beehyv/.m2/repository/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/2.1.0/opentelemetry-instrumentation-api-2.1.0.jar!/io/opentelemetry/instrumentation/api/semconv/http/HttpServerMetrics.class
The called method's class, io.opentelemetry.api.metrics.DoubleHistogramBuilder, is available from the following locations:
jar:file:/home/beehyv/.m2/repository/io/opentelemetry/opentelemetry-api/1.31.0/opentelemetry-api-1.31.0.jar!/io/opentelemetry/api/metrics/DoubleHistogramBuilder.class
The called method's class hierarchy was loaded from the following locations:
io.opentelemetry.api.metrics.DoubleHistogramBuilder: file:/home/beehyv/.m2/repository/io/opentelemetry/opentelemetry-api/1.31.0/opentelemetry-api-1.31.0.jar
Action:
Correct the classpath of your application so that it contains compatible versions of the classes io.opentelemetry.instrumentation.api.semconv.http.HttpServerMetrics and io.opentelemetry.api.metrics.DoubleHistogramBuilder
Process finished with exit code 0
All reactions