From 36959abce9b2874dfd32c87376260d26419f6eb8 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 23 Aug 2018 13:11:39 -0700 Subject: [PATCH] Fix toml error in converter processor README --- plugins/processors/converter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/processors/converter/README.md b/plugins/processors/converter/README.md index f69c8728e..939b44ce8 100644 --- a/plugins/processors/converter/README.md +++ b/plugins/processors/converter/README.md @@ -12,7 +12,7 @@ will overwrite one another. ### Configuration: ```toml # Convert values to another metric value type -[processors.converter] +[[processors.converter]] ## Tags to convert ## ## The table key determines the target type, and the array of key-values @@ -42,7 +42,7 @@ will overwrite one another. ### Examples: ```toml -[processors.converter] +[[processors.converter]] [processors.converter.tags] string = ["port"]