17 lines
577 B
Text
17 lines
577 B
Text
# Split a metric into one or more metrics with the specified field(s)/tag(s)
|
|
[[processors.split]]
|
|
## Keeps the original metric by default
|
|
# drop_original = false
|
|
|
|
## Template for an output metric
|
|
## Users can define multiple templates to split the original metric into
|
|
## multiple, potentially overlapping, metrics.
|
|
[[processors.split.template]]
|
|
## New metric name
|
|
name = ""
|
|
|
|
## List of tag keys for this metric template, accepts globs, e.g. "*"
|
|
tags = []
|
|
|
|
## List of field keys for this metric template, accepts globs, e.g. "*"
|
|
fields = []
|