From 71ee5b736f492b0402ca0356f0b08f8d4279cfd4 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Fri, 12 Jun 2020 12:32:58 -0400 Subject: [PATCH] Improve root span description (#645) --- 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: