Hello, community: I would like to contribute a grpc storage backend for jaeger which will read data from doris (named jaeger-doris <https://github.com/joker-star-l/jaeger-doris>). I am implementing doris-exporter <https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33479> in the opentelemetry community, which will export the logs, traces, and metrics data to doris. This work is nearing completion. With jaeger-doris, the traces stored in doris can be easily visualized by jaeger-query.
Also, this is a part of the doris observability ecology. best, Mingxi