Yuri Shkuro

Results 1753 comments of Yuri Shkuro

For Promscale, I recommend: 1. implement write path of remote API 2. create a new test similar to https://github.com/jaegertracing/jaeger/blob/3d67ac86f53866332568b0f542265b00d86407fc/plugin/storage/integration/grpc_test.go#L189 that can be configured from cmd line and run with arbitrary...

@cevian I don't think we need a new binary, just a test suite similar to https://github.com/jaegertracing/jaeger/blob/3d67ac86f53866332568b0f542265b00d86407fc/plugin/storage/integration/grpc_test.go#L189 It can be run with `go test -v ...` so that the actual testing...

@VineethReddy02 you may want to create a PR to the documentation to reflect that in the wording

Seems odd to have it there if we're not going to execute it.

We may want to consider if we want to support Cassandra with OTEL at all.

@pavolloffay did you run any benchmark to see the impact of direct model xform?

also, OTel trace model is slightly richer than Jaeger's, the translation to ES happened still to Jaeger's logical model? I think we should consider if we want to go to...

@pavolloffay i think it would be useful to add this to the APIs page in the docs, ie the API for the ingester which is not documented there.

> but I'd prefer to see the process startup be as tolerant of the backend being unavailable as the process is to disconnect + reconnect issues later on. Yes, that's...

Internally we implemented a "lazy session" for Cassandra that defers the actual session creation until a real query is invoked. If creation fails, a dummy session and other entities (like...