Metric namespaces should not be pluralized (#267)

Co-authored-by: Josh Suereth <joshuasuereth@google.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
This commit is contained in:
Trask Stalnaker 2023-10-18 07:47:29 -07:00 committed by GitHub
parent a09cbef18b
commit 7700f5d1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,9 @@ release.
### Features
- Metric namespaces SHOULD NOT be pluralized.
([#267](https://github.com/open-telemetry/opentelemetry-specification/pull/267))
### Fixes
- Clarify that `error.type` should be the fully-qualified exception class name

View File

@ -105,6 +105,8 @@ using the OpenMetrics exposition format, use the
#### Pluralization
Metric namespaces SHOULD NOT be pluralized.
Metric names SHOULD NOT be pluralized, unless the value being recorded
represents discrete instances of a
[countable quantity](https://en.wikipedia.org/wiki/Count_noun).