docs: correct influx parser type setting in README (#11004)

This commit is contained in:
Alexander Kapshuna 2022-04-20 16:14:03 +03:00 committed by GitHub
parent e8b08b10b7
commit 18980772a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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