Otel instrumentation in azure #13021
Unanswered
pradeep-mgm
asked this question in
Q&A
Replies: 1 comment 3 replies
-
hi @pradeep-mgm, are you using Azure Functions, Azure App Services, or something else? you mentioned you're using applicationinsights-agent v3.6.2, are you adding this to your JVM command line? can you remove it? or are you wanting to use both agents at the same time? thanks |
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
-
Hi,
we are trying to implement otel instrumentation in azure.
As such, have placed opentelemetry-javaagent.jar v2.11.0 in the path and using applicationinsights-agent v3.6.2
Although server starts, seeing the exception as
Exception in thread "BatchLogRecordProcessor_WorkerThread-1" java.lang.NoSuchMethodError: 'io.opentelemetry.javaagent.shaded.io.opentelemetry.extension.incubator.logs.AnyValue io.opentelemetry.sdk.logs.internal.AnyValueBody.asAnyValue()'
As mentioned in one of the discussion at #11286 , i disabled APPLICATIONINSIGHTS_ENABLE_AGENT to false.
But i still see the the above error.
Can you please let me know, how to get rid of this error.
Beta Was this translation helpful? Give feedback.
All reactions