Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UnschedulableCriticalPodsCount tracks the number of time when a critical pod was unschedublable. UnschedulableCriticalPodsCount = prometheus.NewCounterVec( prometheus.CounterOpts{ Namespace: "rescheduler", Name: "unschedulable_ciritical_pods_count", Help: "Number of times a critical pod was unschedulable.", }, []string{"k8s_app"}) // DeletedPodsCount tracks the number of deletion of pods in order to schedule a critical one. DeletedPodsCount = prometheus.NewCounter( prometheus.CounterOpts{ Namespace: "rescheduler", Name: "deleted_pods_count", Help: "Number of pods deleted in order to schedule a critical pod.", }) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.