kartik
01/09/2022, 8:07 AM(cd pkg/query-service && STORAGE=clickhouse ClickHouseUrl=<tcp://localhost:9001> go run main.go)
error:
/usr/local/go/src/runtime/proc.go:255
2022-01-09T13:21:32.032+0530 FATAL query-service/main.go:43 Failed to create server{error 26 0 open ./config/dashboards: no such file or directory}
main.main
from this, i see that we need to setup a dashboard config. how should I proceed with this ?Pranay
Vishal Sharma
01/09/2022, 11:30 AMkartik
01/10/2022, 4:38 AMPranay
kartik
01/11/2022, 4:48 AMAnkit
01/20/2022, 12:39 PMFATAL query-service/main.go:43 Failed to create server{error 26 0 Error in creating dashboard table: %!(EXTRA string=attempt to write a readonly database)}
Ankit Nayan
./signoz.db
All these should move to config, my badAnkit
01/20/2022, 3:18 PM