Skip to content

Commit

Permalink
crosscluster/physical: tag stream ingestion processor id
Browse files Browse the repository at this point in the history
Epic: none

Release note: none
  • Loading branch information
msbutler committed Sep 20, 2024
1 parent 0827072 commit cbc4418
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ func newStreamIngestionDataProcessor(
// Start implements the RowSource interface.
func (sip *streamIngestionProcessor) Start(ctx context.Context) {
ctx = logtags.AddTag(ctx, "job", sip.spec.JobID)
ctx = logtags.AddTag(ctx, "proc", sip.ProcessorID)
log.Infof(ctx, "starting ingest proc")
sip.agg = bulkutil.TracingAggregatorForContext(ctx)

Expand Down

0 comments on commit cbc4418

Please sign in to comment.