cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.97k stars 3.79k forks source link

tracing: add native support sending traces to the Jaeger #27279

Open andrewtar opened 6 years ago

andrewtar commented 6 years ago

Currently, the cockroach db can send traces only in Zipkin format to Jaeger, as described here. This means that the database is only currently able to send traces to Jaeger collector, not Jaeger agent. There are two problems with this:

It would be better if cockroach had a native Jaeger support and was able to send traces to Jaeger agent over UDP.

Jira issue: CRDB-4959

Epic CRDB-20779

knz commented 6 years ago

cc @andreimatei

github-actions[bot] commented 3 years ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 5 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

knz commented 3 years ago

I think @andreimatei is currently working on this