Skip to content

Update README for new milestones #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 34 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,43 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
OpenTelemetry Python is under active development.

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

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

- Tracing API
- Tracing SDK
- Metrics API
- Metrics SDK
- W3C Context Propagation
- Metrics SDK (Partial)
- W3C Trace Context Propagation
- B3 Context Propagation

Future release targets include:

| Component | Version | Target Date |
| --------------------------- | ------- | --------------- |
| Zipkin Trace Exporter | Beta | October 14 2019 |
| Jaeger Trace Exporter | Beta | October 14 2019 |
| Prometheus Metrics Exporter | Beta | October 14 2019 |
| OpenTracing Bridge | Beta | October 14 2019 |
| OpenCensus Bridge | Beta | October 14 2019 |
- HTTP Integrations

See the [project
milestones](https://github.com/open-telemetry/opentelemetry-python/milestones)
for details on upcoming releases. The dates and features described here are
estimates, and subject to change.

Future releases targets include:

| Component | Version | Target Date |
| --------------------------- | ---------- | --------------- |
| Jaeger Trace Exporter | Alpha v0.2 | October 28 2019 |
| Metrics SDK (Complete) | Alpha v0.2 | October 28 2019 |
| Prometheus Metrics Exporter | Alpha v0.2 | October 28 2019 |
| OpenTracing Bridge | Alpha v0.2 | October 28 2019 |

| Component | Version | Target Date |
| ----------------------------------- | ---------- | ---------------- |
| Zipkin Trace Exporter | Alpha v0.3 | November 15 2019 |
| W3C Correlation Context Propagation | Alpha v0.3 | November 15 2019 |
| Support for Tags/Baggage | Alpha v0.3 | November 15 2019 |
| Metrics Aggregation | Alpha v0.3 | November 15 2019 |
| gRPC Integrations | Alpha v0.3 | November 15 2019 |

| Component | Version | Target Date |
| ----------------- | ---------- | ---------------- |
| OpenCensus Bridge | Alpha v0.4 | December 31 2019 |