Merge pull request #7232 from Icinga/bugfix/doc-add-missing-closing-tag

Doc: Add missing closing code tag
This commit is contained in:
Michael Insel 2019-06-05 21:42:17 +02:00 committed by GitHub
commit 313f975a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ Unit | Description
None | Integer or floating point number for any type (processes, users, etc.).
`s` | Seconds, can be `s`, `ms`, `us`.
`%` | Percentage.
`B` | Bytes, can be `KB`, `MB, `GB`, `TB`. Lowercase is also possible.
`B` | Bytes, can be `KB`, `MB`, `GB`, `TB`. Lowercase is also possible.
`c` | A continuous counter (e.g. interface traffic counters).
Icinga metric writers normalize these values to the lowest common base, e.g. seconds and bytes.