1
0
Fork 0
telegraf/plugins/processors/pivot/sample.conf

7 lines
211 B
Text
Raw Normal View History

# Rotate a single valued metric into a multi field metric
[[processors.pivot]]
## Tag to use for naming the new field.
tag_key = "name"
## Field to use as the value of the new field.
value_key = "value"