diff --git a/pkg/slurm/Status.go b/pkg/slurm/Status.go index f28e799..5f3e073 100644 --- a/pkg/slurm/Status.go +++ b/pkg/slurm/Status.go @@ -28,7 +28,7 @@ import ( func (h *SidecarHandler) StatusHandler(w http.ResponseWriter, r *http.Request) { start := time.Now().UnixMicro() tracer := otel.Tracer("interlink-API") - spanCtx, span := tracer.Start(h.Ctx, "GetLogsSLURM", trace.WithAttributes( + spanCtx, span := tracer.Start(h.Ctx, "StatusSLURM", trace.WithAttributes( attribute.Int64("start.timestamp", start), )) defer span.End()