diff --git a/README.md b/README.md index 33059ef73..25deedf5d 100644 --- a/README.md +++ b/README.md @@ -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.