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:
parent
a09cbef18b
commit
7700f5d1c8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue