Robert Blinsinger
03/23/2024, 3:00 AMdeploy/install.sh
. Contains look like they're up and running fine
š” Starting the SigNoz containers. It may take a few minutes ...
[+] Running 11/11
ā Network clickhouse-setup_default Created 0.0s
ā Container hotrod Started 1.5s
ā Container signoz-zookeeper-1 Started 1.5s
ā Container load-hotrod Started 1.5s
ā Container signoz-clickhouse Healthy 0.1s
ā Container otel-migrator Exited 0.1s
ā Container signoz-query-service Healthy 0.1s
ā Container signoz-alertmanager Started 0.2s
ā Container signoz-otel-collector Started 0.2s
ā Container signoz-logspout Started 0.1s
ā Container signoz-frontend Started 0.1s
++++++++++++++++++ SUCCESS ++++++++++++++++++++++
š¢ Your installation is complete!
Going to the frontend at localhost:3301
I'm redirected to /login
but don't see any test creds or way to signup in the repo. Any guidance?Rajat Dabade
03/23/2024, 10:48 AM/deploy/docker/clickhouse-setup/data/signoz/signoz.db
and restart.
Or you can use :
To clear all SQLite data, and bring back it up:
cd signoz
make down-signoz
make clear-standalone-data
make run-signoz
Robert Blinsinger
03/23/2024, 4:47 PMRajat Dabade
03/26/2024, 11:07 AM