We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1582077 + 01c5818 commit b07d99dCopy full SHA for b07d99d
staging/src/k8s.io/apiserver/pkg/server/routes/metrics.go
@@ -48,6 +48,8 @@ func (m MetricsWithReset) Install(c *mux.PathRecorderMux) {
48
if req.Method == "DELETE" {
49
apimetrics.Reset()
50
etcd3metrics.Reset()
51
+ flowcontrolmetrics.Reset()
52
+
53
io.WriteString(w, "metrics reset\n")
54
return
55
}
0 commit comments