Skip to content
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

Update README post-v3 release #332

Merged
merged 1 commit into from
Dec 11, 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
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ 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 previous releases.
attempt to maintain backwards compatibility with previous releases. Each alpha
release includes significant changes to the API and SDK packages, making them
incompatible with each other.

The [v0.1 alpha
release](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.1.0)
Expand All @@ -159,23 +161,28 @@ includes:
- Jaeger Trace Exporter
- Trace Sampling

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

- Metrics Instruments and Labels
- Flask Integration
- PyMongo Integration

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 |
| ----------------------------------- | ---------- | --------------- |
| Zipkin Trace Exporter | Alpha v0.3 | December 6 2019 |
| W3C Correlation Context Propagation | Alpha v0.3 | December 6 2019 |
| Support for Tags/Baggage | Alpha v0.3 | December 6 2019 |
| Metrics Aggregation | Alpha v0.3 | December 6 2019 |
| gRPC Integrations | Alpha v0.3 | December 6 2019 |
| Prometheus Metrics Exporter | Alpha v0.3 | December 6 2019 |

| Component | Version | Target Date |
| ---------------------- | ---------- | ---------------- |
| OpenCensus Bridge | Alpha v0.4 | December 31 2019 |
| Metrics SDK (Complete) | Alpha v0.4 | December 31 2019 |
| Component | Version | Target Date |
| ----------------------------------- | ---------- | ---------------- |
| Zipkin Trace Exporter | Alpha v0.4 | December 31 2019 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will we release v0.4 on new years? seem like it's worth pushing by a week.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this date is a placeholder. Let's come up with a real date on the SIG call.

| W3C Correlation Context Propagation | Alpha v0.4 | December 31 2019 |
| Support for Tags/Baggage | Alpha v0.4 | December 31 2019 |
| Metrics Aggregation | Alpha v0.4 | December 31 2019 |
| gRPC Integrations | Alpha v0.4 | December 31 2019 |
| Prometheus Metrics Exporter | Alpha v0.4 | December 31 2019 |
| OpenCensus Bridge | Alpha v0.4 | December 31 2019 |
| Metrics SDK (Complete) | Alpha v0.4 | December 31 2019 |