Open yuzefovich opened 4 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 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!
All processors in the row-by-row engine have decent tracing in place (
ProcessorBase.StartInternal
creates a span for the processor inStart
method and then when moving to trailing meta stateGetTraceData
collects that information and propagates it as the metadata). We currently don't have anything like this for each operator, and it'd be nice to add that.Jira issue: CRDB-3626