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 Apr 20, 2022
1 parent e8b08b1 commit 1898077
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 1898077

Please sign in to comment.