AlbertFerras

Results 3 comments of 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: ![Screenshot 2022-04-06 at 15 51 59](https://user-images.githubusercontent.com/74906357/161990529-d289bed3-3b5e-4501-b11e-8bf02a74477b.png) 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...