Skip to content

Commit

Permalink
docs: document component maturity levels (open-telemetry#1474)
Browse files Browse the repository at this point in the history
* docs: document component maturity levels

* docs: link maturity levels from README

* Typo

Co-authored-by: Marc Pichler <[email protected]>

* Link header instead of owner

---------

Co-authored-by: Marc Pichler <[email protected]>
  • Loading branch information
dyladan and pichlermarc authored Apr 27, 2023
1 parent 4c62fce commit 3783222
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
[![NPM Published Version][npm-img]][npm-url]
[![Apache License][license-image]][license-image]

[component owners](https:/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @carolabadeer

The OpenTelemetry Propagator for AWS X-Ray provides HTTP header propagation for systems that are using AWS `X-Amzn-Trace-Id` format.
This propagator translates the OpenTelemetry SpanContext into the equivalent AWS header format, for use with the OpenTelemetry JS SDK.
`TraceState` is currently not propagated.

Compatible with OpenTelemetry JS API and SDK `1.0+`.
## Status

| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
| ----------------------------------------- | ----------------------------------------------------- | --------------------- |
| [Stable](../../../CONTRIBUTING.md#stable) | @carolabadeer | API 1.0+<br/>SDK 1.0+ |

## Installation

Expand Down

0 comments on commit 3783222

Please sign in to comment.