From 17690e6fc62ee88eae4d9aef0e19202335e78218 Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Thu, 17 Oct 2019 13:02:42 -0700 Subject: [PATCH] chore: update Release Schedule (#425) * chore: update Release Schedule * fix: minor --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 288e89f3e0..634aa61957 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,26 @@ To get started, see [@opentelemetry/tracing](https://github.com/open-telemetry/o ## Release Schedule OpenTelemetry JS is under active development. -This release isn't guaranteed to conform to a specific version of the specification, and future -releases will not attempt to maintain backwards compatibility with the alpha -release. +This release isn't guaranteed to conform to a specific version of the specification, and future +releases will not attempt to maintain backwards compatibility with the alpha release. + +The _alpha_ release includes: + +- Tracing API +- Tracing SDK (Node and Web) +- Metrics API +- Jaeger Trace Exporter +- Zipkin Trace Exporter +- OpenTracing Bridge +- HTTP, GRPC Instrumentations + +Future release targets include: | Component | Version | Target Date | | --------------------------- | ------- | ----------------- | -| Tracing API | Alpha | September 30 2019 | -| Tracing SDK | Alpha | September 30 2019 | -| Metrics API | Alpha | tbd | -| Metrics SDK | Alpha | tbd | -| Jaeger Trace Exporter | Alpha | September 30 2019 | -| Zipkin Trace Exporter | Alpha | September 30 2019 | -| Prometheus Metrics Exporter | Alpha | tbd | -| OpenTracing Bridge | Alpha | September 30 2019 | -| OpenCensus Bridge | Alpha | tbd | +| Metrics SDK | v0.2.0 | October 28 2019 | +| Prometheus Metrics Exporter | v0.2.0 | October 28 2019 | +| OpenCensus Bridge | v0.2.0 | tbd | ## Contributing