Hi, we are trying to deploy SigNoz with a Clickhou...
# general
j
Hi, we are trying to deploy SigNoz with a Clickhouse cluster with multiple shards on different servers. Is this usecase supported? I modified cluster.ha.xml so that it specifies the shards, but I'm not sure what to do with the docker compose file.
n
hey @Julius K, we're looking into it. Will get back to you soon
j
Nevermind, I've figured it out.
c
Great @Julius K! Would you mind sharing how you did it ? Was it something like mentioned here ?
j
I ended up using 2 replicas with one shard. Here are the config and docker compose files I used. After this I started signoz and the opentelemetry collector on the primary node. For some reason Clickhouse refused to work unless I set network mode to host.
c
Thanks for sharing this, Julius! cc: @Nagesh Bansal
n
Thanks @Julius K for this 🚀
j
@Nagesh Bansal @Chitransh Gupta no problem. The next step would be to use Postgres instead of SQLite and deploy otel collectors and SigNoz itself on both servers and then put it behind a load balancer in AWS. Is there an ETA on when Postgres support might be released?