From 6fe47467e16f82dda327f46e0973de7869aa3f08 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Tue, 11 Jun 2019 15:32:16 -0700 Subject: [PATCH] Span.End MUST be non-blocking --- specification/tracing-api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/tracing-api.md b/specification/tracing-api.md index 678ee2e8948..efce8dae81e 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