Skip to content

Commit

Permalink
Span.End MUST be non-blocking (open-telemetry#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKanzhelev authored Jun 11, 2019
1 parent 14858f2 commit 12575af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification/tracing-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ with the `Span`).
Call to `End` of a `Span` MUST not have any effects on child spans. Those may
still be running and can be ended later.

There should be no parameters.
There MUST be no parameters.

This API MUST be non-blocking.

### Span lifetime

Expand Down

0 comments on commit 12575af

Please sign in to comment.