From b76d606a7a47deff5ac58da7e2b2bea55e3a3f04 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 23 Feb 2023 08:22:54 -0800 Subject: [PATCH] Metric requirement levels (#3237) --- semantic_conventions/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/semantic_conventions/README.md b/semantic_conventions/README.md index ef78874..97490ae 100644 --- a/semantic_conventions/README.md +++ b/semantic_conventions/README.md @@ -15,7 +15,9 @@ i.e.: ## Writing semantic conventions Semantic conventions for the spec MUST adhere to the -[attribute naming](../specification/common/attribute-naming.md) and [requirement level](../specification/common/attribute-requirement-level.md) conventions. +[attribute naming](../specification/common/attribute-naming.md), +[attribute requirement level](../specification/common/attribute-requirement-level.md), +and [metric requirement level](../specification/metrics/metric-requirement-level.md) conventions. Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/v0.15.1/semantic-conventions/syntax.md) for how to write the YAML files for semantic conventions and what the YAML properties mean.