jaegertracing / jaeger-clickhouse

Jaeger ClickHouse storage plugin implementation
Apache License 2.0
233 stars 50 forks source link

Support writeSpan via grpc stream #109

Closed vuuihc closed 2 years ago

vuuihc commented 2 years ago

Requirement - what kind of business use case are you trying to solve?

When I was using jaeger-clickhouse, I found that WriteSpan via grpc stream will reduce the CPU utilization of jaeger and increase the throughput. So I made a pull request to jaeger, which supports grpc stream. But this still requires plugin support.

ref: https://github.com/jaegertracing/jaeger/issues/3636