Skip to content

Commit

Permalink
docs: correct influx parser type setting in README (#11004)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsh authored and MyaLongmire committed Jul 6, 2022
1 parent f1538c3 commit d1550ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/parsers/influx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Parses metrics using the [Influx Line Protocol][].
## Influx line protocol parser
## 'internal' is the default. 'upstream' is a newer parser that is faster
## and more memory efficient.
## influx_parser_version = "internal"
## influx_parser_type = "internal"
```

0 comments on commit d1550ad

Please sign in to comment.