Slackbot
01/26/2023, 5:35 PMPranay
Fredrik
01/26/2023, 7:11 PMinstall.sh
ends in :
The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out
Some commandline output:
❯ docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml up -d
[+] Running 9/13
⠿ Network clickhouse-setup_default Created 0.0s
⠿ Container load-hotrod Started 0.8s
⠿ Container zookeeper-1 Started 0.8s
⠿ Container hotrod Started 0.6s
⠸ load-hotrod The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
⠸ zookeeper-1 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
⠿ Container clickhouse Waiting 4.3s
⠿ Container clickhouse-setup-otel-collector-metrics-1 Created 0.0s
⠿ Container clickhouse-setup-otel-collector-1 Created 0.0s
⠿ Container query-service Creat... 0.1s
⠿ Container clickhouse-setup-alertmanager-1 Created 0.0s
⠹ alertmanager The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
⠿ Container frontend Created 0.0s
container for service "clickhouse" is unhealthy
signoz/deploy on main took 4s
and som more:
docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
NAME COMMAND SERVICE STATUS PORTS
clickhouse "/entrypoint.sh" clickhouse restarting
clickhouse-setup-alertmanager-1 "/bin/alertmanager -…" alertmanager created
clickhouse-setup-otel-collector-1 "/signoz-collector -…" otel-collector created
clickhouse-setup-otel-collector-metrics-1 "/signoz-collector -…" otel-collector-metrics created
frontend "nginx -g 'daemon of…" frontend created
hotrod "/go/bin/hotrod-linu…" hotrod running 8080-8083/tcp
load-hotrod "/docker-entrypoint.…" load-hotrod running 5557-5558/tcp, 8089/tcp
query-service "./query-service -co…" query-service created
zookeeper-1 "/opt/bitnami/script…" zookeeper-1 exited (1)
Pranay
Prashant Shahi
01/27/2023, 1:15 PMPrashant Shahi
01/27/2023, 1:16 PMFredrik
01/27/2023, 2:05 PMPrashant Shahi
01/27/2023, 2:23 PMPrashant Shahi
01/27/2023, 2:25 PMplatform
flag.Fredrik
01/27/2023, 5:16 PM--platform linux/amd64
will still yield the WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
which is to be expected beacuse its not the same platofrm. So I'm guessing either there needs to be a specific docker-compose
-file for ARM64 processors or you'd have to run the docker process as x86_64 (ie Rosetta) which probably isn't the best option.Prashant Shahi
01/28/2023, 10:39 AMPrashant Shahi
01/28/2023, 10:39 AMdocker-compose.yaml
to include platform: linux/x86_64
Prashant Shahi
01/28/2023, 10:56 AMyou'd have to run the docker process as x86_64 (ie Rosetta) which probably isn't the best optionactually, some of the SigNoz components do not support ARM machines yet. Like Alertmanager, and Zookeeper. And also load generator HotROD.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by