Merge pull request #81576 from logicalhan/scheduler-migration

migrate scheduler metrics to stability framework
This commit is contained in:
Kubernetes Prow Robot
2019-08-28 08:55:12 -07:00
committed by GitHub
11 changed files with 187 additions and 144 deletions

View File

@@ -61,6 +61,8 @@ type GaugeMetric interface {
Set(float64)
Inc()
Dec()
Add(float64)
Write(out *dto.Metric) error
}
// ObserverMetric captures individual observations.