lib/opentelemetry/sdk/trace/export.rb in opentelemetry-sdk-0.4.0 vs lib/opentelemetry/sdk/trace/export.rb in opentelemetry-sdk-0.5.0
- old
+ new
@@ -13,16 +13,11 @@
# Result codes for the SpanExporter#export method.
# The export operation finished successfully.
SUCCESS = 0
- # The export operation finished with an error, but retrying may
- # succeed.
- FAILED_RETRYABLE = 1
-
- # The export operation finished with an error, the caller should not
- # try to export the same data again.
- FAILED_NOT_RETRYABLE = 2
+ # The export operation finished with an error.
+ FAILURE = 1
end
end
end
end