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

Support HTTP-protocol Clickhouse DSNs in the traces/metrics exporters #188

Open
ELLIOTTCABLE opened this issue Oct 10, 2023 · 0 comments
Open

Comments

@ELLIOTTCABLE
Copy link

It looks like the logs exporter already supports this … although I haven't personally tried it:

// For http protocol reference: [mailru/go-clickhouse/#dsn](https://github.com/mailru/go-clickhouse/#dsn).

Context: We're running into issues deploying SigNoz, due to being unable to balance the ingestion across a Clickhouse cluster. Most of our infrastructure uses NginX proxies fairly pervasively to balance/proxy/tunnel between various services and regions; and almost everything interacting with our large Clickhouse clusters goes through NginX proxies.

We'd like to use that same pattern with the SigNoz ingestor: multiple Clickhouse shards, backing (ideally, see #156) multiple signoz-otel-collectors, receiving OTLP (over HTTP) from NginX proxies living on each individual service/server/box.

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

1 participant