You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DD formula has worked great but we are needing to tweak settings within datadog.yml such as tags, collect_ec2_tags, and enable_metadata_collection.
The DD formula has worked great but we are needing to tweak settings within
datadog.yml
such as tags, collect_ec2_tags, and enable_metadata_collection.I do see a related PR #24. Looking at how this is designed as the number of options need to get added the amount of if statements will continue to grow (https://github.com/DataDog/datadog-formula/pull/24/files#diff-14b50415a1c3f0d35d35d0e6bd0b322aR40).
Would this repo be open/interest to move datadog.yml to a jinja templated file, so an user could just plug values into pillar for arbitrary config?
Example of the test.pillar updated that would write to
datadog.yml
only under thedd_config
block:The text was updated successfully, but these errors were encountered: