[jaeger-v2][storage] Add Configuration For ClickHouse
Opened this issue · 2 comments
mahadzaryab1 commented
As a first step in adding support for ClickHouse, we want to define the configuration that Jaeger will expose for users to create a connection to ClickHouse. The configurable options can be viewed here.
mahadzaryab1 commented
@yurishkuro thoughts on if we should be using the native clickhouse interface through go-clickhouse
or the standard database/sql
package in Go to connect to clickhouse (ref: https://clickhouse.com/docs/en/integrations/go#clickhouse-go-client).
yurishkuro commented
I don't have an opinion, did not research this question. Note that we already have an implementation in #4941