From 407448515de95be2271cc34612a9fed3a15c40ef Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 28 Oct 2022 15:54:22 -0700 Subject: [PATCH 1/2] update metrics status --- README.md | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 3cf157687d..a63953835c 100644 --- a/README.md +++ b/README.md @@ -10,36 +10,22 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client. ## Project Status -| Signal | Status | Project | -| ------- | ----------------------- | ------------------------------------------------------------------------ | -| Traces | Public Release | N/A | -| Metrics | Release Candidate [1,2] | N/A | -| Logs | Experimental [3] | N/A | - -* [1]: The metric implementation is in release candidate phase. There would be - few iterations of new feature additions, and bug fixes before it is - publically available. Few breaking changes in API and SDK are expected. -* [2]: The earlier implementation (based on old - specification) is now deprecated, and would be removed once new implementation - is declared stable. The older implementation can be included in build by setting +| Signal | Status | +| ------- | ----------------------- | +| Traces | Public Release | +| Metrics | Public Release [1] | +| Logs | Experimental [2] | + +* [1]: The older metrics implementation (based on old + specification) is now deprecated, and would be removed soon. + This can be included in build by setting `ENABLE_METRICS_PREVIEW` preprocessor macro, and is included under `*/_metrics/*` directory. -* [3]: The current Log Signal Implementation is Experimental, and will change as +* [2]: The current Log Signal Implementation is Experimental, and will change as the current OpenTelemetry Log specification matures. The current implementation can be included in build by setting `ENABLE_LOGS_PREVIEW` preprocessor macro. -## OpenTelemetry Specification Compatibility Matrix - -| API Version | Core Version | Contrib Version [1] | -| ----------- |--------------|-------------------------| -| 1.0.0 | 1.0.0-rc4 | N/A | -| 1.0.0 | 1.0.0 | N/A | -| 1.9.0 | 1.6.0 | N/A | - -* [1]: We don't have releases for opentelemetry-cpp contrib repo. This may - change in future. - ## Supported C++ Versions Code shipped from this repository generally supports the following versions of From e570c7e1cecf4b8cb1d28057e975ef31a5ae6bdf Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 28 Oct 2022 16:04:15 -0700 Subject: [PATCH 2/2] add project column --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a63953835c..8eb0c51e7a 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client. ## Project Status -| Signal | Status | -| ------- | ----------------------- | -| Traces | Public Release | -| Metrics | Public Release [1] | -| Logs | Experimental [2] | +| Signal | Status | Project | +| ------- | ----------------------- | ------------------------------------------------------------------------ | +| Traces | Public Release | N/A | +| Metrics | Public Release [1] | N/A | +| Logs | Experimental [2] | [Release Milestone](https://github.com/open-telemetry/opentelemetry-cpp/milestone/18)| * [1]: The older metrics implementation (based on old specification) is now deprecated, and would be removed soon.