1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-03 13:11:53 +02:00

Remove unnecessary schedule from readme (#997)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
Bogdan Drutu 2020-07-30 10:36:26 -07:00 committed by GitHub
parent 5438916f62
commit 5616fc55fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,25 +92,3 @@ with opentelemetry-go for distributed tracing and monitoring.
## Contributing
See the [contributing file](CONTRIBUTING.md).
## Release Schedule
OpenTelemetry Go is under active development. Below is the release schedule
for the Go library. The first version of the release isn't guaranteed to conform
to a specific version of the specification, and future releases will not
attempt to maintain backward compatibility with the alpha release.
| Component | Version | Release Date |
| -------------------------------- | ------------ | ---------------- |
| Tracing API | Alpha v0.1.0 | November 05 2019 |
| Tracing SDK | Alpha v0.1.0 | November 05 2019 |
| Jaeger Trace Exporter | Alpha v0.1.0 | November 05 2019 |
| Trace Context Propagation | Alpha v0.1.0 | November 05 2019 |
| OpenTracing Bridge | Alpha v0.1.0 | November 05 2019 |
| Metrics API | Alpha v0.2.0 | December 03 2019 |
| Metrics SDK | Alpha v0.2.0 | December 03 2019 |
| Prometheus Metrics Exporter | Alpha v0.2.0 | December 03 2019 |
| Context Prop. rename/Baggage | Beta v0.4.0 | March 30 2020 |
| OpenTelemetry Collector Exporter | Beta v0.4.0 | March 30 2020 |
| Zipkin Trace Exporter | Beta v0.4.0 | March 30 2020 |
| OTLP Trace & Metrics Exporter | Beta v0.4.0 | March 30 2020 |