From 16d1b3b136aa8a084132bd0aab46638dd25c51e5 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Wed, 1 Dec 2021 10:26:06 -0500 Subject: [PATCH] PR fixes based on comments --- specification/versioning-and-stability.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/versioning-and-stability.md b/specification/versioning-and-stability.md index 71d7794ce41..081fdc25219 100644 --- a/specification/versioning-and-stability.md +++ b/specification/versioning-and-stability.md @@ -162,7 +162,7 @@ the changes can be described by schema files. The following changes can be currently described and are allowed: - Renaming of attributes. -- Renaming of metrics +- Renaming of metrics. - Renaming of span events. All such changes MUST be described in the OpenTelemetry @@ -212,7 +212,8 @@ the instrumentation includes the Schema URL in the produced telemetry or no. OpenTelemetry SDKs SHOULD NOT produce telemetry that is not described by OpenTelemetry semantic conventions. If, however, this rule is broken the SDKs MUST NOT change such telemetry, regardless of whether they include the Schema -URL in the produced telemetry or no. +URL in the produced telemetry. Once the produced telemetry is added to the +semantic conventions changes will be allowed as described above. ### Deprecated