telegraf/config/testdata/single_plugin_with_comment_...

6 lines
84 B
TOML
Raw Permalink Normal View History

[[inputs.memcached]]
servers = [
# A comment in the array
"localhost"
]