Commit 14a5d5d0 authored by David Oppenheimer's avatar David Oppenheimer

Add CONNECT to ignoredVerbs for readLatencyMetrics.

parent 09f00aeb
...@@ -199,7 +199,7 @@ func readLatencyMetrics(c *client.Client) (APIResponsiveness, error) { ...@@ -199,7 +199,7 @@ func readLatencyMetrics(c *client.Client) (APIResponsiveness, error) {
ignoredResources := sets.NewString("events") ignoredResources := sets.NewString("events")
// TODO: figure out why we're getting non-capitalized proxy and fix this. // 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 { for _, sample := range samples {
// Example line: // 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