Mention metric filtering in csv parser docs
This commit is contained in:
parent
d5df7666d8
commit
d8b66b69d5
|
@ -87,6 +87,9 @@ on how to set the time format.
|
|||
One metric is created for each row with the columns added as fields. The type
|
||||
of the field is automatically determined based on the contents of the value.
|
||||
|
||||
In addition to the options above, you can use [metric filtering][] to skip over
|
||||
columns and rows.
|
||||
|
||||
### Examples
|
||||
|
||||
Config:
|
||||
|
@ -109,3 +112,5 @@ Output:
|
|||
```
|
||||
cpu cpu=cpu0,time_user=42,time_system=42,time_idle=42 1536869008000000000
|
||||
```
|
||||
|
||||
[metric filtering]: /docs/CONFIGURATION.md#metric-filtering
|
||||
|
|
Loading…
Reference in New Issue