Skip to content

Commit

Permalink
spacetime: tracing set span subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Dec 19, 2024
1 parent 46f8e38 commit e11ff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/elasticapm/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (p *Processor) HandleStream(
processor modelpb.BatchProcessor,
result *Result,
) error {
sp, ctx := apm.StartSpan(ctx, "Stream", "Reporter")
sp, ctx := apm.StartSpan(ctx, "Stream", "Reporter.TODO")
defer sp.End()
// Limit the number of concurrent batch decodes.
//
Expand Down

0 comments on commit e11ff49

Please sign in to comment.