Fix toml error in converter processor README
This commit is contained in:
parent
2b026374ec
commit
36959abce9
|
@ -12,7 +12,7 @@ will overwrite one another.
|
||||||
### Configuration:
|
### Configuration:
|
||||||
```toml
|
```toml
|
||||||
# Convert values to another metric value type
|
# Convert values to another metric value type
|
||||||
[processors.converter]
|
[[processors.converter]]
|
||||||
## Tags to convert
|
## Tags to convert
|
||||||
##
|
##
|
||||||
## The table key determines the target type, and the array of key-values
|
## The table key determines the target type, and the array of key-values
|
||||||
|
@ -42,7 +42,7 @@ will overwrite one another.
|
||||||
### Examples:
|
### Examples:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[processors.converter]
|
[[processors.converter]]
|
||||||
[processors.converter.tags]
|
[processors.converter.tags]
|
||||||
string = ["port"]
|
string = ["port"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue