Issue with .NET Framework 4.7 application using the Opentelemetry .NET Instrumentation. #3572
Replies: 1 comment
-
This is being tracked in the related issue #3589. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to instrument a .NET Framework 4.7 application using the Opentelemetry .NET Instrumentation. The Opentelemetry .NET Instrumentation 1.4.0 was used. The steps followed are
OTEL_EXPORTER_OTLP_ENDPOINT
OTEL_EXPORTER_OTLP_PROTOCOL with value “http/protobuf”
OTEL_RESOURCE_ATTRIBUTES with value “application=<APPLICATION_NAME>”
OTEL_SERVICE_NAME with value “<SERVICE_NAME>”
The Opentelemetry instrumentation started and send some data to the OTel Collector. Here is the Opentelemetry logs.
But the application is not working as expected. There was an error we got in the application.
In the otel-dotnet-auto-native logs i could see a lot of binding redirects.
Is this redirects causing any issue to the application? Is is a version conflict issue?
Beta Was this translation helpful? Give feedback.
All reactions