Metric requirement levels (#3237)

This commit is contained in:
Trask Stalnaker 2023-02-23 08:22:54 -08:00 committed by GitHub
parent 0f2a834cda
commit 85ec713c1c
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ i.e.:
## Writing semantic conventions ## Writing semantic conventions
Semantic conventions for the spec MUST adhere to the 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) 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. for how to write the YAML files for semantic conventions and what the YAML properties mean.