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 and Sergey Kanzhelev committed Feb 18, 2020
1 parent 43d7bbf commit d42dd4a
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 d42dd4a

Please sign in to comment.