Skip to content
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

Closed
utpilla opened this issue Feb 2, 2021 · 2 comments
Closed

OTLP Exporters to implement Retry mechanism #1779

utpilla opened this issue Feb 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Milestone

Comments

@utpilla
Copy link
Contributor

utpilla commented Feb 2, 2021

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.

@FireRose0929
Copy link

Money now

@vishweshbankwar
Copy link
Member

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 OTEL_DOTNET_EXPERIMENTAL_OTLP_ENABLE_INMEMORY_RETRY environment variable to true.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants