From a4961c421c9687ea5b750c8df3374cd842b1d5a8 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Mon, 25 Sep 2023 17:25:24 -0700 Subject: [PATCH] Simplify the project status section to better communicate the intention (#2332) * Simplify the project status section to better communicate the intention * cleanup --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 25b9cd8170..37a02a84c2 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client. ## Project Status -| Signal | Status | Project | -| ------- | ----------------------- | ------------------------------------------------------------------------ | -| Traces | Public Release | N/A | -| Metrics | Public Release | N/A | -| Logs | Public Release | N/A | +**Stable** across all 3 signals i.e. `Logs`, `Metrics`, and `Traces`. + +See [Spec Compliance +Matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md) +to understand which portions of the specification has been implemented in this +repo. ## Supported C++ Versions @@ -119,8 +120,6 @@ Maintainer/Approver/Triager](https://github.com/open-telemetry/community/blob/ma ## Release Schedule -Refer to [project status](#project-status) for current status of the project. - See the [release notes](https://github.com/open-telemetry/opentelemetry-cpp/releases) for existing releases.