Add namespace to container metrics
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -276,7 +276,7 @@ func TestContainerExec(t *testing.T) {
|
||||
"exit 6",
|
||||
}
|
||||
|
||||
process, err := task.Exec(ctx, &processSpec, empty())
|
||||
process, err := task.Exec(ctx, processSpec, empty())
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
|
Reference in New Issue
Block a user