We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f140ca4 commit 4e6cd8dCopy full SHA for 4e6cd8d
pkg/slurm/Status.go
@@ -28,7 +28,7 @@ import (
28
func (h *SidecarHandler) StatusHandler(w http.ResponseWriter, r *http.Request) {
29
start := time.Now().UnixMicro()
30
tracer := otel.Tracer("interlink-API")
31
- spanCtx, span := tracer.Start(h.Ctx, "GetLogsSLURM", trace.WithAttributes(
+ spanCtx, span := tracer.Start(h.Ctx, "StatusSLURM", trace.WithAttributes(
32
attribute.Int64("start.timestamp", start),
33
))
34
defer span.End()
0 commit comments