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

[Feature]: Support communication over HTTP to allow connecting to clickhouse proxy #136

Open
smunukutla-mycarrier opened this issue Feb 15, 2024 · 0 comments · May be fixed by #137
Open
Labels
enhancement New feature or request

Comments

@smunukutla-mycarrier
Copy link

smunukutla-mycarrier commented Feb 15, 2024

Requirement

We require Jaeger-Clickhouse to be able to connect to Clickhouse behind a proxy like Chproxy. To do so, we need the ability to communicate over http. Currently, clickhouse-go/v2 v2.3.0 allows connections over http but there is no support in Jaeger-Clickhouse to create the connection.

Problem

Jaeger-Clickhouse does not provide configuration to allow connection over http to proxied clickhouse instances.

Proposal

Update configuration options to allow Jaeger-Clickhouse plugin to connect over http. Additionally, add options to allow skipping tls verification and enable/disable debug logs. Example config below:

address: chproxy.somewhere.dev
username: someuser
password: **********
database: default
protocol: http
debug: true
insecure_skip_verify: true
replication: false
spans_table:
spans_index_table:
operations_table:

Open questions

No response

@smunukutla-mycarrier smunukutla-mycarrier added the enhancement New feature or request label Feb 15, 2024
@smunukutla-mycarrier smunukutla-mycarrier linked a pull request Feb 15, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant