Skip to content

Commit 42c3955

Browse files
adds team id to the sandbox-create span (#2308)
1 parent e83bf5f commit 42c3955

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/orchestrator/pkg/server/sandboxes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func (s *Server) Create(ctx context.Context, req *orchestrator.SandboxCreateRequ
7979

8080
childSpan.SetAttributes(
8181
telemetry.WithBuildID(req.GetSandbox().GetBuildId()),
82+
telemetry.WithTeamID(req.GetSandbox().GetTeamId()),
8283
telemetry.WithTemplateID(req.GetSandbox().GetTemplateId()),
8384
telemetry.WithKernelVersion(req.GetSandbox().GetKernelVersion()),
8485
telemetry.WithSandboxID(req.GetSandbox().GetSandboxId()),

0 commit comments

Comments
 (0)