Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sorting_deletion_age_ratio (0.25 sec)

  1. pkg/controller/replicaset/metrics/metrics.go

    )
    
    const ReplicaSetControllerSubsystem = "replicaset_controller"
    
    var SortingDeletionAgeRatio = metrics.NewHistogram(
    	&metrics.HistogramOpts{
    		Subsystem: ReplicaSetControllerSubsystem,
    		Name:      "sorting_deletion_age_ratio",
    		Help: "The ratio of chosen deleted pod's ages to the current youngest pod's age (at the time). Should be <2. " +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 15:28:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top