Skip to content

Commit

Permalink
Metric units should use UCUM case sensitive variant (open-telemetry#3306
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jack-berg authored Mar 8, 2023
1 parent 33e8150 commit 6afc4cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ release.

### Metrics

- Clarify that units should use UCUM case sensitive variant.
([#3306](https://github.com/open-telemetry/opentelemetry-specification/pull/3306))

### Logs

### Resource
Expand Down
2 changes: 2 additions & 0 deletions specification/metrics/semantic_conventions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ total) are dimensionless and SHOULD use the default unit `1` (the unity).
[annotations](https://ucum.org/ucum.html#para-curly) with curly braces to
give additional meaning *without* the leading default unit (`1`). For example,
use `{packet}`, `{error}`, `{fault}`, etc.
- Instrument units SHOULD be specified using the UCUM case sensitive ("c/s")
variant. For example, "Cel" for the unit with full name "degree Celsius".

### Instrument Types

Expand Down

0 comments on commit 6afc4cf

Please sign in to comment.