Merge pull request #81576 from logicalhan/scheduler-migration
migrate scheduler metrics to stability framework
This commit is contained in:
@@ -61,6 +61,8 @@ type GaugeMetric interface {
|
||||
Set(float64)
|
||||
Inc()
|
||||
Dec()
|
||||
Add(float64)
|
||||
Write(out *dto.Metric) error
|
||||
}
|
||||
|
||||
// ObserverMetric captures individual observations.
|
||||
|
||||
Reference in New Issue
Block a user