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"]