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
30.15k stars 3.81k forks source link

tracing: enable tracing in Honeycomb.io #59559

Closed thtruo closed 1 year ago

thtruo commented 3 years ago

A customer expressed a desire to trace transactions end-to-end in Honeycomb. In order to do this they need two things added to statement traces:

Jira issue: CRDB-3272

thtruo commented 3 years ago

cc @andreimatei for awareness and input. According to the customer, even if they were to use https://github.com/honeycombio/honeycomb-opentracing-proxy they'd still need the Zipkin B3 header propagation and 128-bit trace IDs to proceed.

andreimatei commented 3 years ago

I'm not sure what this means. Have you tried this proxy thing? When configured accordingly, we use the Zipkin opentracing client, so my guess is that we should work. My guess is that they're interested in propagating a trace id from the client into crdb? We don't support that, independent of the trace collector.

github-actions[bot] commented 1 year 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 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!