From fe9c3de59fedb39cf2e3e2e0f9f9408a3681b239 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Tue, 9 Jun 2020 15:54:51 -0400 Subject: [PATCH] Improve root span description --- specification/trace/api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/trace/api.md b/specification/trace/api.md index 987afbe9699..a42ae210b82 100644 --- a/specification/trace/api.md +++ b/specification/trace/api.md @@ -187,8 +187,7 @@ field](https://www.w3.org/TR/trace-context/#tracestate-field). A `Span` represents a single operation within a trace. Spans can be nested to form a trace tree. Each trace contains a root span, which typically describes -the end-to-end latency and, optionally, one or more sub-spans for its -sub-operations. +the entire operation and, optionally, one or more sub-spans for its sub-operations. `Span`s encapsulate: