Mention metric filtering in csv parser docs

This commit is contained in:
Daniel Nelson 2020-03-13 14:30:27 -07:00
parent d5df7666d8
commit d8b66b69d5
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 5 additions and 0 deletions

View File

@ -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