Skip to content

Commit

Permalink
Update Status.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 authored Oct 1, 2024
1 parent f140ca4 commit 4e6cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/slurm/Status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4e6cd8d

Please sign in to comment.