Skip to content

Commit

Permalink
Update specification/trace/api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
  • Loading branch information
jkwatson and Oberon00 authored Jul 30, 2020
1 parent c3941ae commit 7c9a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ requested parent SpanContext:

* A valid `SpanContext` is specified as the parent of the new `Span`: The API MUST treat this parent context as the
context for the newly created `Span`. This means that a `SpanContext` that has been provided by a configured `Propagator`
will be propagated through the resulting call stack, but that no new `SpanContext`s will be created.
will be propagated through to any child span, but that no new `SpanContext`s will be created.
* No valid `SpanContext` is specified as the parent of the new `Span`: The API MUST create an non-valid
(both SpanID and TradeID are all zeros) `Span` for use
by the API caller. This means that both the `TraceID` and the `SpanID` should be invalid.

0 comments on commit 7c9a178

Please sign in to comment.