If SigNoz is not part of the same network and running on the host machine you might have to use something like
host.docker.internal
or if it’s part of same network use the service name in place of
localhost
.
q
Quang Đoàn
09/27/2022, 5:37 PM
That's right, bro. build-in dns docker 'host.docker.internal' can resolve connections between different networks. currently, I can run it with docker. Thank you so much! Bro