I see that, currently (in 1.x at least), Datadog t...
# talk-hydra
r
I see that, currently (in 1.x at least), Datadog trace configuration can be set by
deployment.tracing.datadog.useHostIP
in the
customization
values. Are there plans to introduce support for unix-domain socket configuration for Datadog agents? Likely would need separate addresses for the DogStatsD URL and the APM URL, as well as a volume mount for
/var/run/datadog
.
I have just figured out how to do this for an internal Go service, so can provide some sample code if it'd help