Commit 7a438081 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #22661 from davidopp/proxy

Add CONNECT to ignoredVerbs for readLatencyMetrics.
parents 09f00aeb 14a5d5d0
......@@ -199,7 +199,7 @@ func readLatencyMetrics(c *client.Client) (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")
ignoredVerbs := sets.NewString("WATCHLIST", "PROXY", "proxy", "CONNECT")
for _, sample := range samples {
// Example line:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment