Skip to content

Commit 9b459bd

Browse files
committed
chore: update feature status, compatibility, and runtimes
1 parent ea83891 commit 9b459bd

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

+8-17
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a
4848

4949
| API Version | Core version | Contrib Version |
5050
| ----------- |--------------|-------------------------|
51-
| 1.0.x | 0.22.x | ------ |
51+
| 1.0.x | 0.23.x | ------ |
52+
| 1.0.x | 0.22.x | 0.22.x |
5253
| 0.21.x | 0.21.x | 0.21.x |
5354
| 0.20.x | 0.20.x | 0.20.x |
5455
| v1.0.0-rc.3 | 0.19.x | 0.16.x |
@@ -79,6 +80,7 @@ If you are a library author looking to build OpenTelemetry into your library, pl
7980

8081
| Platform Version | Supported |
8182
|------------------|-------------------------------------------------|
83+
| Node.JS `v16` ||
8284
| Node.JS `v14` ||
8385
| Node.JS `v12` ||
8486
| Node.JS `v10` ||
@@ -98,21 +100,11 @@ There is currently no list of officially supported browsers, but OpenTelemetry i
98100

99101
## Feature Status
100102

101-
As of [`v0.19.0`][feature-status-release]:
102-
103-
| Feature | Status |
104-
|---------------------|-------------|
105-
| B3 Propagation | Beta |
106-
| Zipkin Export | Beta |
107-
| Jaeger Propagation | Beta |
108-
| Jaeger Export | Beta |
109-
| OpenTracing Bridge | Beta |
110-
| Resources | Beta |
111-
| Tracing | Beta |
112-
| W3C Baggage | Beta |
113-
| W3C Trace Context | Beta |
114-
| Metrics API | Development |
115-
| Metrics SDK | Development |
103+
| Signal | API Status | SDK Status |
104+
|---------|-------------|-------------------|
105+
| Tracing | Stable | Release Candidate |
106+
| Metrics | Development | Development |
107+
| Logs | Roadmap | Roadmap |
116108

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

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

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

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

0 commit comments

Comments
 (0)