Add namespace to container metrics

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-27 10:26:02 -07:00
parent 85f61f6f51
commit 6ec84ef83c
7 changed files with 50 additions and 53 deletions

View File

@@ -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