Skip to content

Commit 4e6cd8d

Browse files
authored
Update Status.go
1 parent f140ca4 commit 4e6cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/slurm/Status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
func (h *SidecarHandler) StatusHandler(w http.ResponseWriter, r *http.Request) {
2929
start := time.Now().UnixMicro()
3030
tracer := otel.Tracer("interlink-API")
31-
spanCtx, span := tracer.Start(h.Ctx, "GetLogsSLURM", trace.WithAttributes(
31+
spanCtx, span := tracer.Start(h.Ctx, "StatusSLURM", trace.WithAttributes(
3232
attribute.Int64("start.timestamp", start),
3333
))
3434
defer span.End()

0 commit comments

Comments
 (0)