mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Add CONNECT to ignoredVerbs for readLatencyMetrics.
This commit is contained in:
parent
09f00aeb32
commit
14a5d5d0ca
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user