Skip to content

Commit

Permalink
Improve root span description (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Jun 12, 2020
1 parent f78d35f commit a4c012a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a4c012a

Please sign in to comment.