Skip to content

Commit

Permalink
chore: update README for new milestones (#484)
Browse files Browse the repository at this point in the history
* chore: update README for new milestones

* fix: review comment
  • Loading branch information
mayurkale22 committed Nov 6, 2019
1 parent 6be9e1e commit e1a2779
Showing 1 changed file with 17 additions and 8 deletions.
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) - Export work is underway.

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

0 comments on commit e1a2779

Please sign in to comment.