# Convert values to another metric value type [[processors.converter]] ## Tags to convert ## ## The table key determines the target type, and the array of key-values ## select the keys to convert. The array may contain globs. ## = [...] [processors.converter.tags] measurement = [] string = [] integer = [] unsigned = [] boolean = [] float = [] ## Fields to convert ## ## The table key determines the target type, and the array of key-values ## select the keys to convert. The array may contain globs. ## = [...] [processors.converter.fields] measurement = [] tag = [] string = [] integer = [] unsigned = [] boolean = [] float = []