Add recommendation to use non-prefixed units for metric instruments (#3312)

This commit is contained in:
Tyler Yahn 2023-04-12 15:56:32 -07:00 committed by GitHub
parent 6544326ec3
commit cf52340b6a
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ 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".
- Instruments SHOULD use non-prefixed units (i.e. `By` instead of `MiBy`)
unless there is good technical reason to not do so.
### Instrument Types