Skip to content

Commit 1f9eba1

Browse files
authored
Merge f867b71 into c4341c3
2 parents c4341c3 + f867b71 commit 1f9eba1

File tree

1 file changed

+17
-36
lines changed

1 file changed

+17
-36
lines changed

README.md

+17-36
Original file line numberDiff line numberDiff line change
@@ -89,46 +89,25 @@ Please note that versions of Node.JS v8 prior to `v8.5.0` will NOT work, because
8989
Automated browser tests are run in the latest version of Headless Chrome.
9090
There is currently no list of officially supported browsers, but OpenTelemetry is developed using standard web technologies with wide support and should work in currently supported versions of major browsers.
9191

92-
## Release Schedule
93-
94-
OpenTelemetry JS is under active development.
95-
This release isn't guaranteed to conform to a specific version of the specification, and future
96-
releases will not attempt to maintain backwards compatibility with the alpha release.
97-
98-
| Component | Initial Version | Release Date |
99-
|----------------------------|-----------------|------------------|
100-
| Tracing API | Alpha v0.1.0 | October 14 2019 |
101-
| Tracing SDK (Node and Web) | Alpha v0.1.0 | October 14 2019 |
102-
| Jaeger Trace Exporter | Alpha v0.1.0 | October 14 2019 |
103-
| Trace Context Propagation | Alpha v0.1.0 | October 14 2019 |
104-
| Zipkin Trace Exporter | Alpha v0.1.0 | October 14 2019 |
105-
| OpenTracing Bridge | Alpha v0.1.0 | October 14 2019 |
106-
| Metrics API | Alpha v0.2.0 | November 04 2019 |
107-
| Metrics SDK | Alpha v0.2.0 | November 04 2019 |
108-
| Prometheus Metric Exporter | Alpha v0.3.0 | December 13 2019 |
109-
| Resources | Beta v0.5.0 | March 16 2020 |
110-
| Metrics SDK (Complete) | Beta v0.5.0 | March 16 2020 |
111-
| OpenCensus Bridge | Unknown | Unknown |
112-
| Support for Tags/Baggage | Unknown | Unknown |
113-
11492
## Feature Status
11593

116-
Last updated March 2020
94+
As of [`v0.19.0`][feature-status-release]:
11795

118-
| Feature | API Status | Specification Target | SDK Status |
119-
|---------------------|------------|----------------------|-------------|
120-
| Tracing | Beta | v0.3 | Beta |
121-
| Metrics | Beta | v0.3 | Beta |
122-
| Context | Beta | v0.3 | Beta |
123-
| Propagation | Beta | v0.3 | Beta |
124-
| Baggage | Alpha | v0.3 | Development |
125-
| OpenTracing Bridge | N/A | v0.3 | Beta |
126-
| Resources | N/A | v0.3 | Beta |
96+
| Feature | Status |
97+
|---------------------|-------------|
98+
| B3 Propagation | Beta |
99+
| Zipkin Export | Beta |
100+
| Jaeger Propagation | Beta |
101+
| Jaeger Export | Beta |
102+
| OpenTracing Bridge | Beta |
103+
| Resources | Beta |
104+
| Tracing | Beta |
105+
| W3C Baggage | Beta |
106+
| W3C Trace Context | Beta |
107+
| Metrics API | Development |
108+
| Metrics SDK | Development |
127109

128-
See the [project
129-
milestones](https://github.com/open-telemetry/opentelemetry-js/milestones)
130-
for details on upcoming releases. The dates and features described here are
131-
estimates, and subject to change.
110+
For a more detailed breakdown of feature support see the [specification compliance matrix][compliance-matrix].
132111

133112
## Contributing
134113

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

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

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

0 commit comments

Comments
 (0)