Skip to content

Commit

Permalink
Remove Included Propagators section from trace API spec (open-telemet…
Browse files Browse the repository at this point in the history
…ry#1556)

* Remove Included Propagators section from trace API spec

This is a duplicate of the Propagators Distribution of the context
specification.
  • Loading branch information
MrAlias authored Mar 22, 2021
1 parent e0ce9d7 commit fc3bd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fc3bd35

Please sign in to comment.