diff --git a/plugins/parsers/csv/README.md b/plugins/parsers/csv/README.md index 1881248ee..bd5024a1a 100644 --- a/plugins/parsers/csv/README.md +++ b/plugins/parsers/csv/README.md @@ -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