Skip to content

Commit

Permalink
chore: update feature status, compatibility, and runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jun 30, 2021
1 parent ea83891 commit 9b459bd
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions README.md
Expand Up @@ -48,7 +48,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a

| API Version | Core version | Contrib Version |
| ----------- |--------------|-------------------------|
| 1.0.x | 0.22.x | ------ |
| 1.0.x | 0.23.x | ------ |
| 1.0.x | 0.22.x | 0.22.x |
| 0.21.x | 0.21.x | 0.21.x |
| 0.20.x | 0.20.x | 0.20.x |
| v1.0.0-rc.3 | 0.19.x | 0.16.x |
Expand Down Expand Up @@ -79,6 +80,7 @@ If you are a library author looking to build OpenTelemetry into your library, pl

| Platform Version | Supported |
|------------------|-------------------------------------------------|
| Node.JS `v16` ||
| Node.JS `v14` ||
| Node.JS `v12` ||
| Node.JS `v10` ||
Expand All @@ -98,21 +100,11 @@ There is currently no list of officially supported browsers, but OpenTelemetry i

## Feature Status

As of [`v0.19.0`][feature-status-release]:

| Feature | Status |
|---------------------|-------------|
| B3 Propagation | Beta |
| Zipkin Export | Beta |
| Jaeger Propagation | Beta |
| Jaeger Export | Beta |
| OpenTracing Bridge | Beta |
| Resources | Beta |
| Tracing | Beta |
| W3C Baggage | Beta |
| W3C Trace Context | Beta |
| Metrics API | Development |
| Metrics SDK | Development |
| Signal | API Status | SDK Status |
|---------|-------------|-------------------|
| Tracing | Stable | Release Candidate |
| Metrics | Development | Development |
| Logs | Roadmap | Roadmap |

For a more detailed breakdown of feature support see the [specification compliance matrix][compliance-matrix].

Expand Down Expand Up @@ -414,7 +406,6 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
[good-first-issues]: https://github.com/open-telemetry/OpenTelemetry-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22

[docs]: https://open-telemetry.github.io/opentelemetry-js
[feature-status-release]: https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.19.0
[compliance-matrix]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md

[otel-metrics]: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-metrics
Expand Down

0 comments on commit 9b459bd

Please sign in to comment.