-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Request
Grpc.Net.Client version 2.71.0 contains a fix related to a race condition during the connection phase. I'm not sure if it is related directly. However, we do see some issues in our applications where every so often the grpc connection seems to get stuck(?) or fails to initialize correctly, and the application fails to emit logs to their collectors.
This happens in a setup where the applications push their logs directly to an autoscaling gateway-style collector deployment. Meaning there is connection "churn" happening during scaling operations.
Would it be feasible to update the Grcp.Client library version and release a new version of this sink?
serilog-sinks-opentelemetry/src/Serilog.Sinks.OpenTelemetry/Serilog.Sinks.OpenTelemetry.csproj
Line 41 in 9c39ab5
<PackageReference Include="Grpc.Net.Client" Version="2.70.0" /> |