docker run -it --rm signoz/troubleshoot checkEndpoint --endpoint=172.17.0.1:4317
2024-01-30T142446.644Z INFO troubleshoot/main.go:28 STARTING!
2024-01-30T142446.645Z INFO checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint
Error: not able to send data to SigNoz endpoint ...
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 172.17.0.14317 connect: connection refused"
Usage:
signoz checkEndpoint [flags]
Examples:
checkEndpoint -e localhost:4317
Flags:
-e, --endpoint string URL to SigNoz with port
-h, --help help for checkEndpoint