Skip to content

Commit

Permalink
Mark the AddLink() operation as stable. (#3887)
Browse files Browse the repository at this point in the history
Fixes #3865 

Enough SIGs have implemented prototypes without any concern. Also, no
actual need to detect whether links were added before or after Span
creation has received further attention, which previously was a blocker.
  • Loading branch information
carlosalberto authored Mar 8, 2024
1 parent a0aee78 commit 928396b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: API

# Tracing API

**Status**: [Stable, Feature-freeze](../document-status.md), except where otherwise specified
**Status**: [Stable](../document-status.md), except where otherwise specified

<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -543,8 +543,6 @@ Note that [`RecordException`](#record-exception) is a specialized variant of

#### Add Link

**Status**: [Experimental](../document-status.md)

A `Span` MUST have the ability to add `Link`s associated with it after its creation - see [Links](#link).
`Link`s added after `Span` creation may not be considered by [Samplers](sdk.md#sampler).

Expand Down

0 comments on commit 928396b

Please sign in to comment.