-
Notifications
You must be signed in to change notification settings - Fork 775
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
OTLP Exporters to implement Retry mechanism #1779
Labels
enhancement
New feature or request
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Milestone
Comments
3 tasks
Money now |
4 tasks
4 tasks
This was referenced Mar 11, 2024
CodeBlanch
added
the
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
label
Mar 13, 2024
This is now available with https://www.nuget.org/packages/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.8.0-beta.1 as an experimental feature. Users can opt-in by setting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
OTLP Exporter should follow the spec guideline to implement a retry strategy: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#retry
Grpc.Net.Client has an open issue to provide support for Retry: dotnet/core#5493
We could wait for gRPC client to implement support for this which would make it easy for us to comply with the spec requirements for retrying.
The text was updated successfully, but these errors were encountered: