Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MetricSourceType (0.32 sec)

  1. pkg/controller/podautoscaler/monitor/monitor.go

    type Monitor interface {
    	ObserveReconciliationResult(action ActionLabel, err ErrorLabel, duration time.Duration)
    	ObserveMetricComputationResult(action ActionLabel, err ErrorLabel, duration time.Duration, metricType v2.MetricSourceType)
    }
    
    type monitor struct{}
    
    func New() Monitor {
    	return &monitor{}
    }
    
    // ObserveReconciliationResult observes some metrics from a reconciliation result.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 22:47:24 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top