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).