@@ -48,7 +48,8 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a
48
48
49
49
| API Version | Core version | Contrib Version |
50
50
| ----------- | --------------| -------------------------|
51
- | 1.0.x | 0.22.x | ------ |
51
+ | 1.0.x | 0.23.x | ------ |
52
+ | 1.0.x | 0.22.x | 0.22.x |
52
53
| 0.21.x | 0.21.x | 0.21.x |
53
54
| 0.20.x | 0.20.x | 0.20.x |
54
55
| 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
79
80
80
81
| Platform Version | Supported |
81
82
| ------------------| -------------------------------------------------|
83
+ | Node.JS ` v16 ` | ✅ |
82
84
| Node.JS ` v14 ` | ✅ |
83
85
| Node.JS ` v12 ` | ✅ |
84
86
| Node.JS ` v10 ` | ✅ |
@@ -98,21 +100,11 @@ There is currently no list of officially supported browsers, but OpenTelemetry i
98
100
99
101
## Feature Status
100
102
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 |
116
108
117
109
For a more detailed breakdown of feature support see the [ specification compliance matrix] [ compliance-matrix ] .
118
110
@@ -414,7 +406,6 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
414
406
[ good-first-issues ] : https://github.com/open-telemetry/OpenTelemetry-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
415
407
416
408
[ docs ] : https://open-telemetry.github.io/opentelemetry-js
417
- [ feature-status-release ] : https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.19.0
418
409
[ compliance-matrix ] : https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md
419
410
420
411
[ otel-metrics ] : https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-metrics
0 commit comments