Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Clickhouse config issue #330

Open
sarsony1 opened this issue Nov 9, 2023 · 4 comments
Open

External Clickhouse config issue #330

sarsony1 opened this issue Nov 9, 2023 · 4 comments

Comments

@sarsony1
Copy link

sarsony1 commented Nov 9, 2023

Hello. I am having an issue with externalClickhouse setup.
I dont think externalClickhouse custom cluster value is being passed down.
I am using a cutom cluster name which I can see in the dry run but I am getting an error as follows

2023-11-09T06:32:04.043Z	info	[email protected]/exporter.go:275	Stability level of component is undefined	{"kind": "exporter", "data_type": "metrics", "name": "clickhousemetricswrite"}
time="2023-11-09T06:32:04Z" level=info msg="Executing:\nCREATE DATABASE IF NOT EXISTS signoz_metrics ON CLUSTER cluster\n" component=clickhouse
2023/11/09 06:32:04 Error creating clickhouse client: code: 701, message: Requested cluster 'cluster' not found

Its still using the default value cluster. I tried to look at the code but I could not find any trace of CLICKHOUSE_CLUSTER env var you are passing to the collector. Please help with this.

@dhawal1248
Copy link
Contributor

Hi @sarsony1 , how are you configuring the cluster currently? are you setting some env likeCLICKHOUSE_CLUSTER?

@dhawal1248
Copy link
Contributor

We have recently changed the way we run migrations and accept the cluster variable
We run migrations in a separate k8s job now, can you try doing the following?

args:
  - --cluser-name
  - <your-cluster-name>

@dhawal1248
Copy link
Contributor

Will add a section about this in the readme

@balagurrr
Copy link

balagurrr commented Sep 24, 2024

otelCollector has the same error - Requested cluster 'cluster' not found.
How can I fix this?

SigNoz/signoz-otel-collector#180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants