From eb196612deaaf09bbcca463acfb4737ad9bf487c Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Wed, 2 Jun 2021 18:32:19 -0400 Subject: [PATCH] Declare Logs Beta The Log SIG discussed and made a decision to declare Log data model and Log part of OTLP Beta. (See SIG meeting notes here https://docs.google.com/document/d/1cX5fWXyWqVVzYHSFUymYUfWxUK5hT97gc23w595LmdM/edit#heading=h.28y76as82bvu) --- CHANGELOG.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bd6fd24..bf897bdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ Full list of differences found in [this compare.](https://github.com/open-teleme ### Maturity -* Remove if no changes for this section before release. +* `collector/logs/*` is now considered `Beta`. (#311) +* `logs/*` is now considered `Beta`. (#311) ### Changed: Metrics diff --git a/README.md b/README.md index 3f14c291b..c5b3907bf 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ Component | Maturity | **Binary Protobuf Encoding** | | collector/metrics/* | Stable | collector/trace/* | Stable | -collector/logs/* | Alpha | +collector/logs/* | Beta | common/* | Stable | metrics/* | Stable | resource/* | Stable | trace/trace.proto | Stable | trace/trace_config.proto | Alpha | -logs/* | Alpha | +logs/* | Beta | **JSON encoding** | | All messages | Alpha |