You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Open questions
No response
The text was updated successfully, but these errors were encountered: