signoz-otel-collector icon indicating copy to clipboard operation
signoz-otel-collector copied to clipboard

Can not specify a cluster name for Clickhouse

Open chensunny opened this issue 10 months ago • 2 comments

Can not specify a cluster name for Clickhouse。

Since we're using a self-built Clickhouse cluster, the DBA will specify the appropriate name(such as default ). So we can not use the name cluster cluster

https://github.com/SigNoz/signoz-otel-collector/blob/49769fd8f39e7313d1729977e31b25ebf23d1a01/exporter/clickhouselogsexporter/exporter.go#L47C2-L47C9

image

chensunny avatar Mar 29 '24 03:03 chensunny

The constant you linked to is not used anywhere in the code.

srikanthccv avatar Apr 13 '24 03:04 srikanthccv

https://github.com/SigNoz/signoz-otel-collector/pull/307

srikanthccv avatar Apr 13 '24 03:04 srikanthccv

Specifying your own cluster name is supported.

srikanthccv avatar Jun 15 '24 04:06 srikanthccv