From 35721eef729b2882bee06a3292be523aa601026f Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Wed, 20 Apr 2022 14:30:56 +0300 Subject: [PATCH] fix: typo in influx line protocol parser docs --- plugins/parsers/influx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/parsers/influx/README.md b/plugins/parsers/influx/README.md index 594eff2b47d6c..17ec50ead3abd 100644 --- a/plugins/parsers/influx/README.md +++ b/plugins/parsers/influx/README.md @@ -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" ```