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.
1 parent eb34058 commit 01c5818Copy full SHA for 01c5818
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