promote component SLIs to GA; remove feature gates for component slis

This commit is contained in:
Han Kang
2023-09-11 08:52:50 -07:00
parent b1161a8ac4
commit e6435e98ed
7 changed files with 13 additions and 173 deletions

View File

@@ -377,9 +377,8 @@ func (s *Server) InstallDefaultHandlers() {
healthz.NamedCheck("syncloop", s.syncLoopHealthCheck),
)
if utilfeature.DefaultFeatureGate.Enabled(metricsfeatures.ComponentSLIs) {
slis.SLIMetricsWithReset{}.Install(s.restfulCont)
}
slis.SLIMetricsWithReset{}.Install(s.restfulCont)
s.addMetricsBucketMatcher("pods")
ws := new(restful.WebService)
ws.