remove deprecated metrics of proxy

This commit is contained in:
danielqsj
2019-04-12 16:19:40 +08:00
parent 8ae3f80048
commit a8f2feaeb5
5 changed files with 0 additions and 28 deletions

View File

@@ -793,7 +793,6 @@ func (proxier *Proxier) syncProxyRules() {
start := time.Now()
defer func() {
metrics.SyncProxyRulesLatency.Observe(metrics.SinceInSeconds(start))
metrics.DeprecatedSyncProxyRulesLatency.Observe(metrics.SinceInMicroseconds(start))
klog.V(4).Infof("syncProxyRules took %v", time.Since(start))
}()