From e570c7e1cecf4b8cb1d28057e975ef31a5ae6bdf Mon Sep 17 00:00:00 2001 From: Lalit Date: Fri, 28 Oct 2022 16:04:15 -0700 Subject: [PATCH] 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.