From 5b222d54ad75c6f29a566d8f83e5c47c28584bfe Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Tue, 5 Oct 2021 09:24:25 -0700 Subject: [PATCH] commands: Enables task metrics for Windows The command already contains logic for Windows container metrics, we just need to enable the command. Signed-off-by: Claudiu Belu --- cmd/ctr/commands/tasks/metrics.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/ctr/commands/tasks/metrics.go b/cmd/ctr/commands/tasks/metrics.go index 0ef9602c2..b2c18f296 100644 --- a/cmd/ctr/commands/tasks/metrics.go +++ b/cmd/ctr/commands/tasks/metrics.go @@ -1,6 +1,3 @@ -//go:build linux -// +build linux - /* Copyright The containerd Authors.