## Goal Implement the [tracestore.Reader](https://github.com/jaegertracing/jaeger/blob/main/internal/storage/v2/api/tracestore/reader.go#L19) interface in the ClickHouse storage backend to allow traces to be read from a ClickHouse database. ## Scope To simplify code review, each method should be implemented and submitted as a separate pull request. The following methods need to be implemented: - [ ] `GetTraces` - [ ] `GetServices` - https://github.com/jaegertracing/jaeger/pull/7159 - [ ] `GetOperations` - https://github.com/jaegertracing/jaeger/pull/7180 - [ ] `FindTraces` - [ ] `FindTraceIDs`