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

### What happened? System Architecture reported an error when I used ClickHouse as the storage backend,the error like this: ```text HTTP Error: plugin error:rpc error: code = Unknown desc =...

bug

## Which problem is this PR solving? - remove refs to deprecated io/ioutil ## Short description of the changes -

## Which problem is this PR solving? - Uses millisecond-precision UTC timestamp instead of 'unspecified' DateTime ## Short description of the changes - Changes timestamp column type from `DateTime` to...

## Which problem is this PR solving? - This PR adds Dependabot integration, which allows to semi-automatically resolve security issues related to outdated dependencies - Helps solve #123 and similar...

## Which problem is this PR solving? - Resolves #123 ## Short description of the changes - Updated x/net and x/text dependencies

### What happened? We currently use the jaeger-clickhouse image and our security team has flagged it as being impacted by two HIGH CVEs - CVE-2022-41721 - CVE-2022-32149 To resolve these...

bug

Signed-off-by: Pradeep Chhetri ## Which problem is this PR solving? Bumping dependencies ## Short description of the changes - Replace BindMounts with Mounts for testcontainers - Fix linter issues due...

Signed-off-by: Pradeep Chhetri Tested in local development environment by updating the ttl field in configuration file. ## Which problem is this PR solving? Resolves https://github.com/jaegertracing/jaeger-clickhouse/issues/120 ## Short description of the...

### Requirement As a Jaeger Operator I want to be able to modify the TTL configuration of my tables/databases So that I can change these settings after the initial database...

enhancement