Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
17
plugins/processors/split/sample.conf
Normal file
17
plugins/processors/split/sample.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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 = []
|
Loading…
Add table
Add a link
Reference in a new issue