promote component SLIs to GA; remove feature gates for component slis
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user