. It would be set up automatically unless you took different steps for setting up ClickHouse?
p
Prashant Shahi
04/10/2023, 12:03 PM
@Ragulraj It looks like you are using external ClickHouse helm chart and not that maintained by SigNoz.
There are some pre-requisites for external clickhouse:
• UDF script and histogram quantile binary needed in clickhouse: custom-function.xml and histogramQuantile binary
• must have at least one zookeeper instance
• distributed cluster named
cluster
set up required: clickhouse-cluster.xml
• user passed must have enough privileges to create/manage databases in CH
• secure connection not supported between clickhouse and signoz components yet
Prashant Shahi
04/10/2023, 12:06 PM
@Ashu including above in docs would be helpful for anyone using SigNoz with external clickhouse
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.