-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPC loading issue with OTLP Exporter on .NET Framework 4.8 #4999
Comments
Hi. Any info for this topic? Any workround? |
This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day. |
hi..wondering if there is a solution for this. I am having the same issue when implementing zero code instrumentation for a .net component running on docker. |
I have the same problem, also with .Net Framework 4.8, but with the same code in .Net 8 I didn't have any problems. |
The issue has been resolved in version 1.11.0-rc.1 of |
Bug Report
OTel packages:
OpenTelemetry V1.6.0
OpenTelemetry.Api V1.6.0
OpenTelemetry.Api.ProviderBuilderExtensions V1.6.0
OpenTelemetry.Exporter.Console V1.6.0
OpenTelemetry.Exporter.OpenTelemetryProtocol_V1.6.0_
OpenTelemetry.Extensions.Hosting V1.6.0
OpenTelemetry.Instrumentation.AspNet V1.6.0-beta.1
OpenTelemetry.Instrumentation.AspNet.TelemetryHtppModule V1.6.0-beta.1
OpenTelemetry.Instrumentation.Http V1.5.1-beta.1
OpenTelemetry.Instrumentation.SqlClient V1.5.1-beta.1
gRPC packages:
Grpc.Core.Api V2.46.6
Grpc V2.46.6
Grpc.Core V2.46.6
Runtime version: net48
Symptom
StackTrace of the issue
What is the expected behavior?
Working OTLP exporter in combination with .NET Framework 4.8
Reproduce
MVP reproducing the issue described above:
https://github.com/ClumsyPenguin/OtelExporter
Additional context
I am using manual instrumentation through an interceptor in our common interfaces for Services, Repositories, Controllers, etc...
Previously i was using Jaeger exporter to view my traces in Jaeger UI. However since that package is deprecated i am trying to switch to the OTLP exporter at this moment.
Current workaround is to switch back to the deprecated Jaeger exporter for now.
Ticker originates from open-telemetry/opentelemetry-dotnet-instrumentation#3044
The text was updated successfully, but these errors were encountered: