opentelemetry-php icon indicating copy to clipboard operation
opentelemetry-php copied to clipboard

Change `SpanExporter::export()` result to `Success` or `Failure`

Open Nevay opened this issue 3 years ago • 0 comments

Export() defines only Success and Failure. The differentiation between STATUS_FAILED_NOT_RETRYABLE and STATUS_FAILED_RETRYABLE isn't useful to the caller as "retry logic is the responsibility of the exporter".

Nevay avatar Aug 10 '22 20:08 Nevay