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

dd-agent: fix multiple tags in the config file

authored by Orivej Desh and committed by GitHub 27ab6f04 ac9550dc

+1 -1
+1 -1
nixos/modules/services/monitoring/dd-agent/dd-agent.nix
··· 23 23 # proxy_password: password 24 24 25 25 # tags: mytag0, mytag1 26 - ${optionalString (cfg.tags != null ) "tags: ${concatStringsSep "," cfg.tags }"} 26 + ${optionalString (cfg.tags != null ) "tags: ${concatStringsSep ", " cfg.tags }"} 27 27 28 28 # collect_ec2_tags: no 29 29 # recent_point_threshold: 30