Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context propagation to client instrumentation #3825

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ release.

### Context

- Add response propagators.
([#3825](https://github.com/open-telemetry/opentelemetry-specification/pull/3825))

### Traces

### Metrics
Expand Down
Binary file added internal/img/response-propagator-use-case.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Disclaimer: this list of features is still a work in progress, please refer to t
| Get current Context | | N/A| + | + | + | + | + | + | + | + | + | + |
| Composite Propagator | | + | + | + | + | + | + | + | + | + | + | + |
| Global Propagator | | + | + | + | + | + | + | + | + | + | + | + |
| [ResponsePropagator](specification/context/api-propagators.md#response-propagator)| | - | - | - | - | - | - | - | - | - | - | - |
| TraceContext Propagator | | + | + | + | + | + | + | + | + | + | + | + |
| B3 Propagator | | + | + | + | + | + | + | + | + | + | + | + |
| Jaeger Propagator | | + | + | + | + | + | + | | + | + | - | + |
Expand Down
1 change: 1 addition & 0 deletions specification/configuration/file-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ Interpret [configuration model](#in-memory-configuration-model) and return SDK c
* `MeterProvider`
* `LoggerProvider`
* `Propagators`
* `ResponsePropagators`

The multiple responses MAY be returned using a tuple, or some other data
structure encapsulating the components.
Expand Down
Loading
Loading