Rajkumar Rangaraj

Results 54 comments of Rajkumar Rangaraj
trafficstars

Starting from version 1.11.0-rc.1 of `OpenTelemetry.Exporter.OpenTelemetryProtocol`, we have removed the dependency on `google.protobuf` and `Grpc` packages.

@pravinpushkar This could be related to https://github.com/open-telemetry/opentelemetry-dotnet/issues/6138. Can you validate this?

@pravinpushkar Could you please try with the latest version 1.11.2 and check if it works now?

Note that `host.Run();` is the point where the OpenTelemetry providers are built. Any logs, spans, or metrics emitted before this line will not be captured. You can refer to this...