From 5f9bc69cebd2a45aa889d0a69ea9943b4257d85a Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Fri, 22 Sep 2023 17:54:31 +0200 Subject: [PATCH] Update spec compliance matrix for C++ (metrics instrument names) (#3703) ## Changes Updated the following entry in the spec compliance matrix: * Section Metrics, item "Instrument names conform to the specified syntax." * Language C++ The lastest spec changes (#3648, #3422) are implemented by the following PR: * https://github.com/open-telemetry/opentelemetry-cpp/issues/2281 * https://github.com/open-telemetry/opentelemetry-cpp/issues/2303 so C++ can be marked compliant with the specification. --- spec-compliance-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-compliance-matrix.md b/spec-compliance-matrix.md index cec63c135b1..1c94d63d8e3 100644 --- a/spec-compliance-matrix.md +++ b/spec-compliance-matrix.md @@ -118,7 +118,7 @@ formats is required. Implementing more than one format is optional. | A valid instrument MUST be created and warning SHOULD be emitted when multiple instruments are registered under the same `Meter` using the same `name`. | | | + | + | + | | | | | | | | | Duplicate instrument registration name conflicts are resolved by using the first-seen for the stream name. | | | + | | | | | | | | | | | It is possible to register two instruments with same `name` under different `Meter`s. | | + | + | + | + | | | | + | + | + | | -| Instrument names conform to the specified syntax. | | + | + | + | + | | | | | | | | +| Instrument names conform to the specified syntax. | | + | + | + | + | | | | | + | | | | Instrument units conform to the specified syntax. | | - | + | | + | | | | + | + | + | | | Instrument descriptions conform to the specified syntax. | | - | + | | - | | | | | - | + | | | Instrument supports the advisory ExplicitBucketBoundaries parameter. | | | + | | | | | | | | | |