I have deployed signoz using your official helm chart [app version 0.54]. I am trying to configure replication for clickhouse. I tried adding the following in override-values.yaml file
Copy code
clickhouse:
layout:
replicasCount: 2
This is creating addition pod, but replicaion is not working properly. The data is being split across the two pods, instead of same data being replicated in the two pods. In the UI when I refresh, the data keeps changing because of this.
To enable replication for clickhouse, is there anything else we need to do?
Afsal Abdulla
12/11/2024, 2:04 PM
@Prashant Shahi would you be able to help here? any suggestions would be helpful.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.