File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ release.
1111
1212- Add context propagation through Environment Variables specification.
1313 ([ #4454 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4454 ) )
14+ - On Propagators API, stabilize ` GetAll ` on the ` TextMap ` Extract.
15+ ([ #4472 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4472 ) )
1416
1517### Traces
1618
Original file line number Diff line number Diff line change 11# Propagators API
22
3- ** Status** : [ Stable] ( ../document-status.md ) , except where otherwise specified.
3+ ** Status** : [ Stable] ( ../document-status.md )
44
55<details >
66<summary >Table of Contents</summary >
@@ -233,8 +233,6 @@ The Get function is responsible for handling case sensitivity. If the getter is
233233
234234##### GetAll
235235
236- ** Status** : [ Development] ( ../document-status.md )
237-
238236For many language implementations, the ` GetAll ` function will be added after the stable release of ` Getter ` .
239237For these languages, requiring implementations of ` Getter ` to include ` GetAll ` constitutes a breaking change
240238since instrumentation which previously functioned would fail. Language implementations should be cognizant
You can’t perform that action at this time.
0 commit comments