Add Env var called `DD_DOGSTATSD_SOCKET` to not conflict with `DD_APM_RECEIVER_SOCKET `
Since the sockets are supported for both StatsD and APM setting DD_AGENT_HOST would break either DogStatd or APM as they both have different paths. As per the helm chart the socket paths are as followed /var/run/datadog/apm.socket and /var/run/datadog/dsd.socket.
HI @smitthakkar96,
Thanks for opening this issue. I'll look into it and sync with the APM team. But adding a new env var sound like a good idea.
There actually is the DD_TRACE_AGENT_URL setting on the trace agent (https://docs.datadoghq.com/tracing/setup_overview/setup/python/?tab=containers). But this is not yet implemented in the Go client. There is a issue open here.