DataDog / chef-datadog

Chef cookbook for Datadog Agent & Integrations
https://www.datadoghq.com
Apache License 2.0
97 stars 262 forks source link

[BUG] The datadog.process_agent.url attribute does not take datadog.site into account #886

Open jeroenj opened 1 year ago

jeroenj commented 1 year ago

E.g. if you're using the EU region for Datadog you'd set datadog.site to datadoghq.eu. At that point you expect anything within the agent to use that. However process traces are still shipped to datadoghq.com because datadog.process_agent.url defaults to https://process.datadoghq.eu. I'd have expected it to default to "https://process.#{node['datadog']['site']}".