1
0
Fork 0
telegraf/config/testdata/single_plugin_with_comment_in_array.toml
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

5 lines
84 B
TOML

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