AlbertFerras
AlbertFerras
Finally managed to make it working, by not using UDS and move to UDP. I had to set `apm.config.hostPort: 8125` to allow UDP traffic from other containers: ``` apiVersion: datadoghq.com/v1alpha1...
I also have the same issue with the latest docker on mac:  Any command takes >10s to finish. These are the logs in `docker.log`...
In my case I found a solution, which was adding `127.0.0.1 localunixsocket` to my `/etc/hosts`. There are other hostname suggestions in this other issue: https://github.com/docker/compose/issues/3419 After adding that line all...