Update main readme with project status (#3228)

* Update main readme with project status

* minor adjustments
This commit is contained in:
Cijo Thomas 2022-04-22 14:35:08 -07:00 committed by GitHub
parent f9602e2d43
commit 660ed691c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

View File

@ -18,6 +18,19 @@ older Windows-based .NET implementation), except `.NET Framework 3.5`.
Any exceptions to this are noted in the individual `README.md`
files.
## Project Status
| Signal | Status |
| ------- | ---------- |
| Logs | Stable* |
| Metrics | Stable |
| Traces | Stable |
*While the `OpenTelemetryLoggerProvider` (i.e integration with `ILogger`) is
stable, the [OTLP Exporter for
Logs](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol#otlp-logs)
is still non-stable.
## Getting Started
If you are new here, please read the getting started docs:
@ -127,9 +140,6 @@ released a stable version. Components which are marked
are still work in progress and can undergo many breaking changes before stable
release.
See special note about [Metrics release
plans](https://github.com/open-telemetry/opentelemetry-dotnet/issues/1501).
See the [release
notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) for
existing releases.