diff --git a/specification/tracing-api.md b/specification/tracing-api.md index cab7b2e6264..3cbc227fc01 100644 --- a/specification/tracing-api.md +++ b/specification/tracing-api.md @@ -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