From fc3bd3553f26d5b4d0818c0831932c44a3bf7a33 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 22 Mar 2021 23:12:22 +0000 Subject: [PATCH] Remove Included Propagators section from trace API spec (#1556) * Remove Included Propagators section from trace API spec This is a duplicate of the Propagators Distribution of the context specification. --- CHANGELOG.md | 1 + specification/trace/api.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d21cb5794..c3789655a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ release. - Clarify the description for the `TraceIdRatioBased` sampler needs to include the sampler's sampling ratio. ([#1536](https://github.com/open-telemetry/opentelemetry-specification/pull/1536)) - Define the fallback tracer name for invalid values. ([#1534](https://github.com/open-telemetry/opentelemetry-specification/pull/1534)) +- Remove the Included Propagators section from trace API specification that was a duplicate of the Propagators Distribution of the context specification. ([#1556](https://github.com/open-telemetry/opentelemetry-specification/pull/1556)) ### Metrics diff --git a/specification/trace/api.md b/specification/trace/api.md index a50a3ccbc58..95f45117f77 100644 --- a/specification/trace/api.md +++ b/specification/trace/api.md @@ -750,10 +750,6 @@ be called concurrently. ## Included Propagators -The API layer or an extension package MUST include the following `Propagator`s: - -* A `TextMapPropagator` implementing the [W3C TraceContext Specification](https://www.w3.org/TR/trace-context/). - See [Propagators Distribution](../context/api-propagators.md#propagators-distribution) for how propagators are to be distributed.