From 928396b66bc1fd81cc53274ec2abd7d7513d60e9 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Fri, 8 Mar 2024 17:26:20 +0100 Subject: [PATCH] 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. --- specification/trace/api.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/specification/trace/api.md b/specification/trace/api.md index b28dc26e0f6..5fcbeb71df0 100644 --- a/specification/trace/api.md +++ b/specification/trace/api.md @@ -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
Table of Contents @@ -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).