Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodScheduleError (0.2 sec)

  1. pkg/scheduler/metrics/profile_metrics.go

    func PodUnschedulable(profile string, duration float64) {
    	observeScheduleAttemptAndLatency(UnschedulableResult, profile, duration)
    }
    
    // PodScheduleError can records a scheduling attempt that had an error and the
    // duration since `start`.
    func PodScheduleError(profile string, duration float64) {
    	observeScheduleAttemptAndLatency(ErrorResult, profile, duration)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 07 13:18:13 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top