https://signoz.io logo
#support
Title
# support
n

Nate Brunette

01/11/2023, 7:02 PM
I have basically a clean setup and I'm trying to use the troubleshooter and getting a timeout
Copy code
docker run -it --rm signoz/troubleshoot checkEndpoint --endpoint=172.17.0.1:4317
r

Ryan Yang

02/04/2023, 5:42 AM
Late to this What you can do is 1. install ngrok 2. ngrok tcp 4317 3. You’ll get a tcp forwarding address afterwards and then copy paste that into the telemetry configuration or the endpoint example above
3 Views