Skip to content

Commit 3c513e3

Browse files
authored
Update README for new milestones (#218)
1 parent b0da53d commit 3c513e3

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

README.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,24 +82,43 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
8282
OpenTelemetry Python is under active development.
8383

8484
The library is not yet _generally available_, and releases aren't guaranteed to
85-
conform to a specific version of the specification. Future releases will not
86-
attempt to maintain backwards compatibility with current releases.
85+
conform to a specific version of the specification. Future releases will not
86+
attempt to maintain backwards compatibility with previous releases.
8787

88-
The _alpha_ release includes:
88+
The [v0.1 alpha
89+
release](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.1.0)
90+
includes:
8991

9092
- Tracing API
9193
- Tracing SDK
9294
- Metrics API
93-
- Metrics SDK
94-
- W3C Context Propagation
95+
- Metrics SDK (Partial)
96+
- W3C Trace Context Propagation
9597
- B3 Context Propagation
96-
97-
Future release targets include:
98-
99-
| Component | Version | Target Date |
100-
| --------------------------- | ------- | --------------- |
101-
| Zipkin Trace Exporter | Beta | October 14 2019 |
102-
| Jaeger Trace Exporter | Beta | October 14 2019 |
103-
| Prometheus Metrics Exporter | Beta | October 14 2019 |
104-
| OpenTracing Bridge | Beta | October 14 2019 |
105-
| OpenCensus Bridge | Beta | October 14 2019 |
98+
- HTTP Integrations
99+
100+
See the [project
101+
milestones](https://github.com/open-telemetry/opentelemetry-python/milestones)
102+
for details on upcoming releases. The dates and features described here are
103+
estimates, and subject to change.
104+
105+
Future releases targets include:
106+
107+
| Component | Version | Target Date |
108+
| --------------------------- | ---------- | --------------- |
109+
| Jaeger Trace Exporter | Alpha v0.2 | October 28 2019 |
110+
| Metrics SDK (Complete) | Alpha v0.2 | October 28 2019 |
111+
| Prometheus Metrics Exporter | Alpha v0.2 | October 28 2019 |
112+
| OpenTracing Bridge | Alpha v0.2 | October 28 2019 |
113+
114+
| Component | Version | Target Date |
115+
| ----------------------------------- | ---------- | ---------------- |
116+
| Zipkin Trace Exporter | Alpha v0.3 | November 15 2019 |
117+
| W3C Correlation Context Propagation | Alpha v0.3 | November 15 2019 |
118+
| Support for Tags/Baggage | Alpha v0.3 | November 15 2019 |
119+
| Metrics Aggregation | Alpha v0.3 | November 15 2019 |
120+
| gRPC Integrations | Alpha v0.3 | November 15 2019 |
121+
122+
| Component | Version | Target Date |
123+
| ----------------- | ---------- | ---------------- |
124+
| OpenCensus Bridge | Alpha v0.4 | December 31 2019 |

0 commit comments

Comments
 (0)