Skip to content

Commit

Permalink
MUST -> SHOULD (to keep APIs stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed Jan 21, 2022
1 parent 0e4bcf9 commit 9dc2cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ attributes, cannot change their decisions.

#### Add Links

A `Span` MUST have the ability to add `Link`s associated with it. Linked
A `Span` SHOULD have the ability to add `Link`s associated with it. Linked
`Span`s can be from the same or a different trace (see
[Links between spans](../overview.md#links-between-spans)).

Expand All @@ -487,7 +487,7 @@ A `Link` is structurally defined by the following properties:
- Zero or more [`Attributes`](../common/common.md#attributes) further describing
the link.

The Span interface MUST provide:
The Span interface SHOULD provide:

- An API to record a single `Link` where the `Link` properties are passed as
arguments. This MAY be called `AddLink`. This API takes the `SpanContext` of
Expand Down

0 comments on commit 9dc2cdd

Please sign in to comment.