telegraf/plugins/processors/unpivot/sample.conf

7 lines
201 B
Plaintext

# Rotate multi field metric into several single field metrics
[[processors.unpivot]]
## Tag to use for the name.
tag_key = "name"
## Field to use for the name of the value.
value_key = "value"