@@ -15,21 +15,26 @@ To get started, see [@opentelemetry/tracing](https://github.com/open-telemetry/o
1515## Release Schedule
1616
1717OpenTelemetry JS is under active development.
18- This release isn't guaranteed to conform to a specific version of the specification, and future
19- releases will not attempt to maintain backwards compatibility with the alpha
20- release.
18+ This release isn't guaranteed to conform to a specific version of the specification, and future
19+ releases will not attempt to maintain backwards compatibility with the alpha release.
20+
21+ The _ alpha_ release includes:
22+
23+ - Tracing API
24+ - Tracing SDK (Node and Web)
25+ - Metrics API
26+ - Jaeger Trace Exporter
27+ - Zipkin Trace Exporter
28+ - OpenTracing Bridge
29+ - HTTP, GRPC Instrumentations
30+
31+ Future release targets include:
2132
2233| Component | Version | Target Date |
2334| --------------------------- | ------- | ----------------- |
24- | Tracing API | Alpha | September 30 2019 |
25- | Tracing SDK | Alpha | September 30 2019 |
26- | Metrics API | Alpha | tbd |
27- | Metrics SDK | Alpha | tbd |
28- | Jaeger Trace Exporter | Alpha | September 30 2019 |
29- | Zipkin Trace Exporter | Alpha | September 30 2019 |
30- | Prometheus Metrics Exporter | Alpha | tbd |
31- | OpenTracing Bridge | Alpha | September 30 2019 |
32- | OpenCensus Bridge | Alpha | tbd |
35+ | Metrics SDK | v0.2.0 | October 28 2019 |
36+ | Prometheus Metrics Exporter | v0.2.0 | October 28 2019 |
37+ | OpenCensus Bridge | v0.2.0 | tbd |
3338
3439
3540## Contributing
0 commit comments