diff --git a/test/integration/metrics_test.go b/test/integration/metrics_test.go index ce9b85c8aba..6f04882a30d 100644 --- a/test/integration/metrics_test.go +++ b/test/integration/metrics_test.go @@ -1,4 +1,4 @@ -// +build integration,!no-etcd +// +build integration,!no-etcd,linux /* Copyright 2015 The Kubernetes Authors All rights reserved. @@ -30,6 +30,7 @@ import ( "github.com/GoogleCloudPlatform/kubernetes/pkg/client" "github.com/GoogleCloudPlatform/kubernetes/pkg/fields" "github.com/GoogleCloudPlatform/kubernetes/pkg/labels" + "github.com/golang/glog" "github.com/golang/protobuf/proto" prometheuspb "github.com/prometheus/client_model/go"