You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the exporters reponsibility to retry uploading of spans in case of failures.
I'm thinking in the first version a "synchronous" backoff with a possibly configurable number of retries might be enough. With synchronous I mean that we won't return from SpanExporter::export until we were either successful or gave up retrying.
The text was updated successfully, but these errors were encountered:
It's the exporters reponsibility to retry uploading of spans in case of failures.
I'm thinking in the first version a "synchronous" backoff with a possibly configurable number of retries might be enough. With synchronous I mean that we won't return from SpanExporter::export until we were either successful or gave up retrying.
The text was updated successfully, but these errors were encountered: