Skip to content

Commit

Permalink
Add Status to list of what a Span encompasses. (open-telemetry#229)
Browse files Browse the repository at this point in the history
This should be only an editorial change, as SetStatus is already in the spec.
  • Loading branch information
Oberon00 authored and bogdandrutu committed Aug 23, 2019
1 parent 3c108a9 commit caa7a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/api-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ sub-operations.
- An ordered mapping of [`Attribute`s](#Set-Attributes)
- A list of [`Link`s](#add-Links) to other `Span`s
- A list of timestamped [`Event`s](#add-events)
- A [`Status`](#set-status).

The `Span`'s start and end timestamps reflect the elapsed real time of the
operation. A `Span`'s start time SHOULD be set to the current time on [span
Expand Down

0 comments on commit caa7a0e

Please sign in to comment.