1
0
Fork 0
telegraf/config/testdata/single_plugin_with_comment_in_array.toml

6 lines
84 B
TOML
Raw Permalink Normal View History

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