From bf30b0c71ba081d4b8a9aefa67e283f9afeb0bc2 Mon Sep 17 00:00:00 2001 From: deads2k Date: Thu, 23 Feb 2017 15:47:28 -0500 Subject: [PATCH] add WATCH to list of excluded verbs for latency metrics --- test/e2e/framework/metrics_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/metrics_util.go b/test/e2e/framework/metrics_util.go index 35ac616431..b74b162781 100644 --- a/test/e2e/framework/metrics_util.go +++ b/test/e2e/framework/metrics_util.go @@ -221,7 +221,7 @@ func readLatencyMetrics(c clientset.Interface) (APIResponsiveness, error) { ignoredResources := sets.NewString("events") // TODO: figure out why we're getting non-capitalized proxy and fix this. - ignoredVerbs := sets.NewString("WATCHLIST", "PROXY", "proxy", "CONNECT") + ignoredVerbs := sets.NewString("WATCH", "WATCHLIST", "PROXY", "proxy", "CONNECT") for _, sample := range samples { // Example line: