Running SigNoz with External ClickHouse Without Zookeeper
TLDR Dave asked how to run SigNoz without ClickHouse in cluster mode with Zookeeper. Srikanth explained the need for Zookeeper or ClickHouse Keeper. Dave found a solution by enabling the ClickHouse Keeper configuration within ClickHouse.
Mar 03, 2023 (9 months ago)
Dave
06:38 PMPranay
06:46 PMDave
06:47 PMPranay
06:47 PMDave
06:47 PMDave
06:49 PMDave
06:49 PMSrikanth
06:51 PMYes
Srikanth
06:52 PMIf you want to use external clickhouse you should be able to do it. Let me share the docs for it.
Pranay
06:52 PMDave
06:53 PMPranay
06:54 PMDave
06:55 PM<?xml version="1.0"?>
<clickhouse>
<remote_servers>
<cluster>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
</clickhouse>
Dave
06:56 PMSrikanth
07:07 PMcluster
so you may already have zk or clickhouse keeper on your ClickHouse server.Dave
07:08 PMSrikanth
07:09 PMDave
07:10 PMSrikanth
07:17 PMUnfortunately, there is no written documentation around this. You can disable the ClickHouse and setup the appropriate values for externalClickHouse. And use the override-values to apply the custom config.
Dave
08:46 PMDave
08:46 PMMar 04, 2023 (9 months ago)
Pranay
03:25 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
External ClickHouse Server Installation Issue
Syed faced a connection error with an external ClickHouse server. Srikanth and Ankit suggested changing the cluster name to 'cluster'. The issue was resolved after updating the name.
Issues Running SigNoz on Azure AKS with External ClickHouse DB
Nicolai faced an error while trying to run SigNoz with an external ClickHouse database on Azure AKS. Prashant suggested additional steps and the need for detailed documentation for using SigNoz with an external ClickHouse database.
Issues with SigNoz Setup and Data Persistence in AKS
Vaibhavi experienced issues setting up SigNoz in AKS, and faced data persistence issues after installation. Srikanth provided guidance on ClickHouse version compatibility and resource requirements, helping Vaibhavi troubleshoot and resolve the issue.
SigNoz crashing in k8s due to ClickHouse OOM
Travis reported SigNoz crashing in k8s due to ClickHouse OOM. The team suggested increasing resources for ClickHouse, and other troubleshooting steps, but the issue remains unresolved.
Troubleshooting SigNoz Local Setup on M1 Mac
Sindhu had issues with their local SigNoz installation using Docker on an M1 Mac. Srikanth helped diagnose the problem. It was resolved by manually starting the ClickHouse container and then starting SigNoz via Docker Compose in the terminal.