James Ryans

Results 32 comments of James Ryans

Hi @yurishkuro, is this issue still relevant? Since jaeger-agent is stated as deprecated at v1.43. If it is, I would like to work on this.

Hi, does anyone working on this? I would like to work on Elasticsearch storage support.

I have some questions before I start implementing the feature. 1. What is the purpose of the `bucket` column in the `operation_throughput` and `sampling_probabilities` tables in the Cassandra storage backend?...

> @james-ryans Any updates here? The PR addressing this issue is #4971 and is currently in progress but is blocked by an upstream issue at [otelcol-contrib#30789](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30789). I haven't received enough...

Hi @yurishkuro, I've implemented the Jaeger storage receiver as you stated it's better to separate this PR. There are still things to add here: 1. Improve coverage but I will...

HI! I am currently halfway through implementing the e2e test. I've discoveered testbed pkg from [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/testbed) repo, designed for Otel collector integration tests. I've successfully test e2e from load generator...

> What is the expectation of the mock backend - is it expected to "push" the data somewhere? Nope, it can be a "pull" strategy too! The mock backend uses...

Hi, I've almost finished the integration test. Currently, I'm blocked on a mismatch model between OTLP Span Link ([here](https://github.com/open-telemetry/opentelemetry-collector/blob/main/pdata/internal/data/protogen/trace/v1/trace.pb.go#L605)) and Jaeger Span Reference, OTLP Span Link has attributes but Jaeger...

> It's going to be pretty significant change to add attributes to SpanRefs. Is it possible to configure the test controller not to generate attributes for the links? The only...

> tagging as needing followup Hi, I've raised a PR to fix the OTEL testbed data race and currently waiting for their review here https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30549.