diff --git a/internal/telemetry/helpers.go b/internal/telemetry/helpers.go index 2cc2a29..92d825d 100644 --- a/internal/telemetry/helpers.go +++ b/internal/telemetry/helpers.go @@ -99,6 +99,7 @@ func StartSpan(ctx context.Context, operationName string, opts ...SpanOptions) ( } else { otelCtx, otelSpan = tracer.Start(ctx, operationName) } + otelSpan.SetAttributes(attribute.String("name", operationName)) otelSpan.SetAttributes( attribute.String("service.name", "mailstack"),