jaeger-clickhouse icon indicating copy to clipboard operation
jaeger-clickhouse copied to clipboard

Jaeger ClickHouse storage plugin implementation

Results 29 jaeger-clickhouse issues
Sort by recently updated
recently updated
newest added

The distributed table could be created with multiple sharding functions: `rand()`, `cityHash64(traceID)` - see https://clickhouse.tech/docs/en/sql-reference/functions/hash-functions/. The hash functions take an argument, we should consider using `traceID` to keep data from...

https://github.com/pavolloffay/jaeger-clickhouse/blob/main/config.yaml#L4

### Requirement If we would like to change TTL days clickhouse by default will be merge by rows a lot of data https://clickhouse.com/docs/en/operations/settings/settings/#ttl_only_drop_parts ### Problem It would be great don't...

enhancement

## Which problem is this PR solving? - Resolves #136 ## Description of the changes - Add config options for protocol, insecure_skip_verify, and debug (logs). - Bump clickhouse-go/v2 to v2.18.0,...

### 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...

enhancement

### summay support multi clickhouse addrs.

## Which problem is this PR solving? flush remaining span when process exit.

## Description of the changes fix typo on MaxOpenConns setup

### Requirement Ability to achieve service dependency graph for clickhouse backend ### Problem Hi team, was exploring this repo and wonder how we are achieving the service dependency graph in...

enhancement

### Requirement plugin write operation should be filter by jaeger sampling strategy ### Problem we use clickhouse as jaeger backend storage, but when using this plugin, i can't filter by...

enhancement