You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey just trying to get a basic example of this working, unfortunately, I'm getting the following error:
'void io.opentelemetry.instrumentation.awslambdacore.v1_0.internal.AwsLambdaFunctionAttributesExtractor.set(io.opentelemetry.api.common.AttributesBuilder, io.opentelemetry.api.common.AttributeKey, java.lang.Object)': java.lang.NoSuchMethodError
java.lang.NoSuchMethodError: 'void io.opentelemetry.instrumentation.awslambdacore.v1_0.internal.AwsLambdaFunctionAttributesExtractor.set(io.opentelemetry.api.common.AttributesBuilder, io.opentelemetry.api.common.AttributeKey, java.lang.Object)'
at io.opentelemetry.instrumentation.awslambdacore.v1_0.internal.AwsLambdaFunctionAttributesExtractor.onStart(AwsLambdaFunctionAttributesExtractor.java:52)
at io.opentelemetry.instrumentation.awslambdacore.v1_0.internal.AwsLambdaFunctionAttributesExtractor.onStart(AwsLambdaFunctionAttributesExtractor.java:25)
at io.opentelemetry.instrumentation.api.instrumenter.Instrumenter.doStart(Instrumenter.java:179)
at io.opentelemetry.instrumentation.api.instrumenter.Instrumenter.start(Instrumenter.java:129)
at io.opentelemetry.instrumentation.awslambdacore.v1_0.internal.AwsLambdaFunctionInstrumenter.start(AwsLambdaFunctionInstrumenter.java:37)
at io.opentelemetry.instrumentation.awslambdacore.v1_0.TracingRequestHandler.handleRequest(TracingRequestHandler.java:75)
I've set the Handler on the function to be the name of my handler, I'm running java11, and here are my relevant Environment variables:
Hey just trying to get a basic example of this working, unfortunately, I'm getting the following error:
I've set the Handler on the function to be the name of my handler, I'm running java11, and here are my relevant Environment variables:
I'm using
The text was updated successfully, but these errors were encountered: