Skip to content

Commit

Permalink
Add the official Baggage change to CHANGELOG and Spec Matrix. (#1015)
Browse files Browse the repository at this point in the history
* Add the official Baggage change to CHANGELOG and Spec Matrix.

* Update spec-compliance-matrix.md

Co-authored-by: Armin Ruech <[email protected]>

* Add Basic Support section for Baggage in the matrix.

Co-authored-by: Armin Ruech <[email protected]>
  • Loading branch information
carlosalberto and arminru authored Sep 25, 2020
1 parent 5f4f92b commit ff69a43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Updates:
- SDK: Specify known values, as well as basic error handling for OTEL_PROPAGATORS.
([#962](https://github.com/open-telemetry/opentelemetry-specification/pull/962))
([#995](https://github.com/open-telemetry/opentelemetry-specification/pull/995))
- Remove custom header name for Baggage, use official header
([#993](https://github.com/open-telemetry/opentelemetry-specification/pull/993))

## v0.6.0 (07-01-2020)

Expand Down
7 changes: 7 additions & 0 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ status of the feature is not known.
|RecordException | - | + | + | + | + | - | | + | - | + |
|RecordException with extra parameters | - | + | + | - | - | - | | + | - | + |

## Baggage

|Feature |Go|Java|JS |Python|Ruby|Erlang|PHP|Rust|C++|.Net|
|----------------------------------------------|--|----|---|------|----|------|---|----|---|----|
|Basic support | | | | | | | | | | |
|Use official header name `baggage` | | | | | | | | | | |

## Metrics

|Feature |Go|Java|JS |Python|Ruby|Erlang|PHP|Rust|C++|.Net|
Expand Down

0 comments on commit ff69a43

Please sign in to comment.