From 2fe7827a199868495841e9c6b1661ec7834f9d25 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Fri, 10 Dec 2021 14:25:24 -0500 Subject: [PATCH] Fix based on comments --- specification/common/attribute-naming.md | 5 ++--- specification/metrics/semantic_conventions/README.md | 5 ++--- specification/trace/semantic_conventions/README.md | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/specification/common/attribute-naming.md b/specification/common/attribute-naming.md index 80469fe82f9..9cd2f187b5a 100644 --- a/specification/common/attribute-naming.md +++ b/specification/common/attribute-naming.md @@ -70,9 +70,8 @@ Names SHOULD follow these rules: ## Name Reuse Prohibition -It is prohibited to introduce a new attribute with a name that matches a name of -an attribute that existed in the past but was renamed (with a corresponding -schema file). +A new attribute MUST NOT be added with the same name as an attribute that +existed in the past but was renamed (with a corresponding schema file). When introducing a new attribute name check all existing schema files to make sure the name does not appear as a key of any "rename_attributes" section (keys diff --git a/specification/metrics/semantic_conventions/README.md b/specification/metrics/semantic_conventions/README.md index 0fdcd877d80..5d3b4e4ee58 100644 --- a/specification/metrics/semantic_conventions/README.md +++ b/specification/metrics/semantic_conventions/README.md @@ -69,9 +69,8 @@ ambiguous. ### Name Reuse Prohibition -It is prohibited to introduce a new metric with a name that matches a name of -a metric that existed in the past but was renamed (with a corresponding -schema file). +A new metric MUST NOT be added with the same name as a metric that existed in +the past but was renamed (with a corresponding schema file). When introducing a new metric name check all existing schema files to make sure the name does not appear as a key of any "rename_metrics" section (keys denote diff --git a/specification/trace/semantic_conventions/README.md b/specification/trace/semantic_conventions/README.md index bfc9fe2f72b..f1e37be01db 100644 --- a/specification/trace/semantic_conventions/README.md +++ b/specification/trace/semantic_conventions/README.md @@ -34,9 +34,8 @@ OpenTelemetry also defines the concept of overarching [Resources](../../resource ## Event Name Reuse Prohibition -It is prohibited to introduce a new event with a name that matches a name of an -event that existed in the past but was renamed (with a corresponding schema -file). +A new event MUST NOT be added with the same name as an event that existed in +the past but was renamed (with a corresponding schema file). When introducing a new event name check all existing schema files to make sure the name does not appear as a key of any "rename_events" section (keys denote