Slackbot
03/03/2023, 6:38 PMPranay
Dave Lahn
03/03/2023, 6:47 PMPranay
Dave Lahn
03/03/2023, 6:47 PMDave Lahn
03/03/2023, 6:49 PMDave Lahn
03/03/2023, 6:49 PMSrikanth Chekuri
03/03/2023, 6:51 PMIt seems the SigNoz otel-collector must have a cluster called “cluster” in ClickHouseYes
Srikanth Chekuri
03/03/2023, 6:52 PMIt doesn’t seem like ClickHouse explicitly requires ZK.. so I don’t want to add any unnecessary dependencies.If you want to use external clickhouse you should be able to do it. Let me share the docs for it.
Pranay
Dave Lahn
03/03/2023, 6:53 PMPranay
Dave Lahn
03/03/2023, 6: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 Lahn
03/03/2023, 6:56 PMSrikanth Chekuri
03/03/2023, 7:07 PMcluster
so you may already have zk or clickhouse keeper on your ClickHouse server.Dave Lahn
03/03/2023, 7:08 PMSrikanth Chekuri
03/03/2023, 7:09 PMDave Lahn
03/03/2023, 7:10 PMSrikanth Chekuri
03/03/2023, 7:17 PMLet me share the docs for it.Unfortunately, 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 Lahn
03/03/2023, 8:46 PMDave Lahn
03/03/2023, 8:46 PMPranay