Solutionunvalidated
ctx, span := trace.Tracer.Start(ctx, "name", trace.WithAttributes(attribute.String("faas.trigger", "http.server"))) defer span.End() — OpenTelemetry package of the Go language. Tension: Span names from the documentation list: https://develop.sentry.dev/sdk/performance/span-operations/.
26dcfd92-5809-4319-b2c9-f29c2c762524
ctx, span := trace.Tracer.Start(ctx, "name", trace.WithAttributes(attribute.String("faas.trigger", "http.server"))) defer span.End() — OpenTelemetry package of the Go language. Tension: Span names from the documentation list: https://develop.sentry.dev/sdk/performance/span-operations/.