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
13
config/testdata/single_plugin_with_separators.toml
vendored
Normal file
13
config/testdata/single_plugin_with_separators.toml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
[[inputs.memcached]]
|
||||
servers = ["localhost"]
|
||||
namepass = ["metricname1"]
|
||||
namepass_separator = "."
|
||||
namedrop = ["metricname2"]
|
||||
namedrop_separator = "."
|
||||
fieldinclude = ["some", "strings"]
|
||||
fieldexclude = ["other", "stuff"]
|
||||
interval = "5s"
|
||||
[inputs.memcached.tagpass]
|
||||
goodtag = ["mytag"]
|
||||
[inputs.memcached.tagdrop]
|
||||
badtag = ["othertag"]
|
Loading…
Add table
Add a link
Reference in a new issue