hi team, i am new into signoz, i have followed tut...
# support
l
hi team, i am new into signoz, i have followed tutorial how to run signoz using docker and simple app • https://signoz.io/docs/install/docker/https://github.com/SigNoz/sample-golang-app but i have some trouble, i've got these error everytime i hit the endpoint:
Copy code
max retry time elapsed: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: missing address"
and
Copy code
context deadline exceeded
also in the interface i got message
something went wrong
(pict) this is my
.env
except database connection:
Copy code
SERVICE_NAME=goApp
INSECURE_MODE=true
OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4317
is there something i miss? ps: i ran in windows machine (maybe i got these errors because i ran in windows machine since it's not officially supported?) thanks in advance!
p
Yeah, windows is not supported currently. This issue seems to be because of that. Can you try running in Linux/Mac?
l
i dont have linux or mac but i will try using wsl tho, thanks @Pranay!
p
👍