https://signoz.io logo
Title
l

Lukman Hakim

03/03/2023, 6:52 PM
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:
max retry time elapsed: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: missing address"
and
context deadline exceeded
also in the interface i got message
something went wrong
(pict) this is my
.env
except database connection:
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

Pranay

03/03/2023, 6:53 PM
Yeah, windows is not supported currently. This issue seems to be because of that. Can you try running in Linux/Mac?
l

Lukman Hakim

03/03/2023, 6:56 PM
i dont have linux or mac but i will try using wsl tho, thanks @Pranay!
p

Pranay

03/03/2023, 6:57 PM
👍