telegraf/testdata/single_plugin.toml

10 lines
207 B
TOML

[memcached]
servers = ["localhost"]
pass = ["some", "strings"]
drop = ["other", "stuff"]
interval = "5s"
[memcached.tagpass]
goodtag = ["mytag"]
[memcached.tagdrop]
badtag = ["othertag"]