use markdown

pull/7483/head
Hung Nguyen Viet 2016-10-19 14:46:59 +07:00
parent dcb494ded5
commit 4751ca1f43
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ matched multiple times. Multiple values will be joined together using the _Separ
* Template: `.host.host.measurement.cpu.measurement`
* Output: _measurement_ = `cpu.user` _tags_ = `host=localhost.localdomain cpu=cpu0`
Since '.' requires queries on measurements to be double-quoted, you may want to set this to `_` to simplify querying parsed metrics.
Since `.` requires queries on measurements to be double-quoted, you may want to set this to `_` to simplify querying parsed metrics.
`servers.localhost.cpu.cpu0.user`
* Separator: `_`