From e11ff490e922b13fb78bef09c9c2503406a613ff Mon Sep 17 00:00:00 2001 From: Kostiantyn Masliuk <1pkg@protonmail.com> Date: Wed, 18 Dec 2024 17:33:20 -0800 Subject: [PATCH] spacetime: tracing set span subtype --- input/elasticapm/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/elasticapm/processor.go b/input/elasticapm/processor.go index 63e25e05..504fc447 100644 --- a/input/elasticapm/processor.go +++ b/input/elasticapm/processor.go @@ -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. //