Update main readme with project status (#3228)
* Update main readme with project status * minor adjustments
This commit is contained in:
parent
f9602e2d43
commit
660ed691c5
16
README.md
16
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue