Skip to content

Commit 928396b

Browse files
Mark the AddLink() operation as stable. (#3887)
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.
1 parent a0aee78 commit 928396b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

specification/trace/api.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: API
44

55
# Tracing API
66

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

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

544544
#### Add Link
545545

546-
**Status**: [Experimental](../document-status.md)
547-
548546
A `Span` MUST have the ability to add `Link`s associated with it after its creation - see [Links](#link).
549547
`Link`s added after `Span` creation may not be considered by [Samplers](sdk.md#sampler).
550548

0 commit comments

Comments
 (0)