We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83bf5f commit 42c3955Copy full SHA for 42c3955
1 file changed
packages/orchestrator/pkg/server/sandboxes.go
@@ -79,6 +79,7 @@ func (s *Server) Create(ctx context.Context, req *orchestrator.SandboxCreateRequ
79
80
childSpan.SetAttributes(
81
telemetry.WithBuildID(req.GetSandbox().GetBuildId()),
82
+ telemetry.WithTeamID(req.GetSandbox().GetTeamId()),
83
telemetry.WithTemplateID(req.GetSandbox().GetTemplateId()),
84
telemetry.WithKernelVersion(req.GetSandbox().GetKernelVersion()),
85
telemetry.WithSandboxID(req.GetSandbox().GetSandboxId()),
0 commit comments