Merge pull request #30141 from cleverca22/fix-datadog-tags

dd-agent: fix multiple tags in the config file
This commit is contained in:
Orivej Desh 2017-10-05 22:52:30 +00:00 committed by GitHub
commit 27ab6f0407

@ -23,7 +23,7 @@ let
# proxy_password: password
# tags: mytag0, mytag1
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep "," cfg.tags }"}
${optionalString (cfg.tags != null ) "tags: ${concatStringsSep ", " cfg.tags }"}
# collect_ec2_tags: no
# recent_point_threshold: 30