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

chore: update README for new milestones #484

Merged
merged 3 commits into from
Nov 6, 2019
Merged
Changes from 1 commit
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
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,33 @@ 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.

The _alpha_ release includes:
The [v0.2 alpha
release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.2.0)
includes:

- Tracing API
- Tracing SDK (Node and Web)
- Metrics API
- Jaeger Trace Exporter
- Zipkin Trace Exporter
- OpenTracing Bridge
- HTTP, GRPC Instrumentations
- HTTP, GRPC, DNS Instrumentations
- Document Load for web
- Metrics SDK (`Counter` and `Gauge` support)
mayurkale22 marked this conversation as resolved.
Show resolved Hide resolved

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

| Component | Version | Target Date |
| --------------------------- | ------- | ----------------- |
| Metrics SDK | v0.2.0 | October 28 2019 |
| Prometheus Metrics Exporter | v0.2.0 | October 28 2019 |
| OpenCensus Bridge | v0.2.0 | tbd |
Future release targets include:

| Component | Version | Target Date |
| --------------------------- | ---------- | ------------------ |
| Prometheus Metrics Exporter | Alpha v0.3 | November 15 2019 |
| mongodb Instrumentation | Alpha v0.3 | November 15 2019 |
| postgres Instrumentation | Alpha v0.3 | November 15 2019 |
| OpenCensus Bridge | Alpha v0.3 | tbd |

## Contributing
We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and
Expand Down