mirror of https://github.com/k3s-io/k3s
Add CONNECT to ignoredVerbs for readLatencyMetrics.
parent
09f00aeb32
commit
14a5d5d0ca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue