Skip to content

Commit

Permalink
Make linter happy again.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Oct 10, 2023
1 parent a41fb10 commit 86101dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,10 @@ The Span interface MAY provide:

Span SHOULD preserve the order in which `Link`s are set.

The API documentation MUST state that adding links at span creation is preferred to calling `AddLink` later, for contexts that are available during span creation, because head sampling decisions can only consider information present during span creation.
The API documentation MUST state that adding links at span creation is preferred
to calling `AddLink` later, for contexts that are available during span creation,
because head sampling decisions can only consider information present during span creation.

## Concurrency

For languages which support concurrent execution the Tracing APIs provide
Expand Down

0 comments on commit 86101dd

Please sign in to comment.