docs: correct influx parser type setting in README (#11004)
This commit is contained in:
parent
e8b08b10b7
commit
18980772a9
|
|
@ -19,5 +19,5 @@ Parses metrics using the [Influx Line Protocol][].
|
||||||
## Influx line protocol parser
|
## Influx line protocol parser
|
||||||
## 'internal' is the default. 'upstream' is a newer parser that is faster
|
## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||||
## and more memory efficient.
|
## and more memory efficient.
|
||||||
## influx_parser_version = "internal"
|
## influx_parser_type = "internal"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue