I'm trying to evaluate Signoz locally, but I can't get it to start. I'm using Docker Desktop on Wind...
b
I'm trying to evaluate Signoz locally, but I can't get it to start. I'm using Docker Desktop on Windows 11.
docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d
Copy code
[+] Running 11/11
 ✔ Network clickhouse-setup_default  Created                                                                       0.1s
 ✔ Container load-hotrod             Started                                                                       3.2s
 ✔ Container signoz-zookeeper-1      Started                                                                       3.6s
 ✔ Container hotrod                  Started                                                                       3.2s
 ✔ Container signoz-clickhouse       Healthy                                                                      34.5s
 ✘ Container otel-migrator           service "otel-collector-migrator" didn't complet...                          34.3s
 ✔ Container signoz-query-service    Created                                                                       0.2s
 ✔ Container signoz-alertmanager     Created                                                                       0.2s
 ✔ Container signoz-otel-collector   Created                                                                       0.2s
 ✔ Container signoz-logspout         Created                                                                       0.2s
 ✔ Container signoz-frontend         Created                                                                       0.2s
Copy code
2024-06-07 18:12:40 {"level":"info","timestamp":"2024-06-07T23:12:40.900Z","caller":"signozschemamigrator/migrate.go:89","msg":"Setting env var SIGNOZ_CLUSTER","component":"migrate cli","cluster-name":"cluster"}
2024-06-07 18:12:40 {"level":"info","timestamp":"2024-06-07T23:12:40.900Z","caller":"signozschemamigrator/migrate.go:106","msg":"Successfully set env var SIGNOZ_CLUSTER ","component":"migrate cli","cluster-name":"cluster"}
2024-06-07 18:12:40 {"level":"info","timestamp":"2024-06-07T23:12:40.900Z","caller":"signozschemamigrator/migrate.go:111","msg":"Setting env var SIGNOZ_REPLICATED","component":"migrate cli","replication":false}
2024-06-07 18:12:40 {"level":"info","timestamp":"2024-06-07T23:12:40.906Z","caller":"migrationmanager/manager.go:76","msg":"Running migrations for all migrators","component":"migrationmanager"}
2024-06-07 18:12:40 {"level":"info","timestamp":"2024-06-07T23:12:40.906Z","caller":"migrationmanager/manager.go:78","msg":"Running migrations for logs","component":"migrationmanager","migrator":"logs"}
2024-06-07 18:12:41 {"level":"error","timestamp":"2024-06-07T23:12:41.058Z","caller":"migrationmanager/manager.go:81","msg":"Failed to run migrations for migrator","component":"migrationmanager","migrator":"logs","error":"clickhouse migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied [\"/var/lib/clickhouse/store/b1a/b1a5f878-85cf-44da-bb9f-5e75e6fe6278/tmp_insert_all_1_1_0/\"] [\"/var/lib/clickhouse/store/b1a/b1a5f878-85cf-44da-bb9f-5e75e6fe6278/all_1_1_0/\"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1717801960995297780)","stacktrace":"github.com/SigNoz/signoz-otel-collector/migrationmanager.(*MigrationManager).Migrate\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/migrationmanager/manager.go:81\nmain.main\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/cmd/signozschemamigrator/migrate.go:126\nruntime.main\n\t/opt/hostedtoolcache/go/1.21.10/x64/src/runtime/proc.go:267"}
2024-06-07 18:12:41 {"level":"fatal","timestamp":"2024-06-07T23:12:41.058Z","caller":"signozschemamigrator/migrate.go:128","msg":"Failed to run migrations","component":"migrate cli","error":"clickhouse migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied [\"/var/lib/clickhouse/store/b1a/b1a5f878-85cf-44da-bb9f-5e75e6fe6278/tmp_insert_all_1_1_0/\"] [\"/var/lib/clickhouse/store/b1a/b1a5f878-85cf-44da-bb9f-5e75e6fe6278/all_1_1_0/\"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1717801960995297780)","stacktrace":"main.main\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/cmd/signozschemamigrator/migrate.go:128\nruntime.main\n\t/opt/hostedtoolcache/go/1.21.10/x64/src/runtime/proc.go:267"}
s
Windows is not supported for running SigNoz setup
b
That seems like a big oversight, especially considering there is no demo available on the SigNoz site.
167 Views