fix glossary entry for quantity (#10653)

This commit is contained in:
Karen Bradshaw
2018-10-17 20:13:00 -04:00
committed by k8s-ci-robot
parent 11e438a270
commit 5e1579a199
2 changed files with 6 additions and 5 deletions
@@ -8,6 +8,7 @@ short_description: >
aka: aka:
tags: tags:
- core-object
--- ---
A whole-number representation of small or large numbers using SI suffixes. A whole-number representation of small or large numbers using SI suffixes.
@@ -15,10 +16,10 @@ tags:
Quantities are representations of small or large numbers using a compact, Quantities are representations of small or large numbers using a compact,
whole-number notation with SI suffixes. Fractional numbers are represented whole-number notation with SI suffixes. Fractional numbers are represented
using milli-units, while large numbers can be represented using kilo-units, using milli units, while large numbers can be represented using kilo,
mega-units, giga-units, etc. mega, or giga units.
For instance, the number `1.5` is represented `1500m`, while the number `1000` For instance, the number `1.5` is represented as `1500m`, while the number `1000`
can be represented as `1k`, and `1000000` as `1M`. You can also specify can be represented as `1k`, and `1000000` as `1M`. You can also specify
binary-notation suffixes; the number 2048 can be written as `2Ki`. binary-notation suffixes; the number 2048 can be written as `2Ki`.
@@ -440,7 +440,7 @@ the quantity `10500m` would be written as `10.5` in decimal notation. The metri
will return whole numbers without a suffix when possible, and will generally return will return whole numbers without a suffix when possible, and will generally return
quantities in milli-units otherwise. This means you might see your metric value fluctuate quantities in milli-units otherwise. This means you might see your metric value fluctuate
between `1` and `1500m`, or `1` and `1.5` when written in decimal notation. See the between `1` and `1500m`, or `1` and `1.5` when written in decimal notation. See the
[glossary entry on quantities](/docs/reference/glossary/quantity.md) for more information. [glossary entry on quantities](/docs/reference/glossary?core-object=true#term-quantity) for more information.
## Appendix: Other possible scenarios ## Appendix: Other possible scenarios