Greetings y'all...
Been trying to get Signoz running but run into issue with clickhouse-init:
Logging shows the following:
signoz-init-clickhouse | Fetching histogram-binary for linux/amd64
signoz-init-clickhouse | Connecting to 192.168.2.70:3128 (192.168.2.70:3128)
signoz-init-clickhouse | wget: server returned error: HTTP/1.1 403 Forbidden
signoz-init-clickhouse | tar: can't open 'histogram-quantile.tar.gz': No such file or directory
signoz-init-clickhouse | mv: can't rename 'histogram-quantile': No such file or directory
The 192.168.2.70 address is our local proxy which I've included. I have not altered the docker-compose.yaml file any differently.
Am I doing something wrong here?