SimpleSpanProcessor.Shutdown needs to be configurable with a timeout that it honors #1616
Labels
area:trace
Part of OpenTelemetry tracing
help wanted
Extra attention is needed
pkg:SDK
Related to an SDK package
Milestone
The specification:
The already passed context should be used to determine if the method should abort. Similar to the batch span processor:
opentelemetry-go/sdk/trace/batch_span_processor.go
Lines 126 to 150 in 992837f
Tests will need to be added to verify the behavior and that an appropriate error is returned when the deadline is reached or the context canceled.
The text was updated successfully, but these errors were encountered: