@@ -15,21 +15,26 @@ To get started, see [@opentelemetry/tracing](https://github.com/open-telemetry/o
15
15
## Release Schedule
16
16
17
17
OpenTelemetry 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:
21
32
22
33
| Component | Version | Target Date |
23
34
| --------------------------- | ------- | ----------------- |
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 |
33
38
34
39
35
40
## Contributing
0 commit comments