Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DeschedulerSubsystem - subsystem name used by descheduler
DeschedulerSubsystem = "descheduler"
)
Variables ¶
View Source
var ( PodsEvicted = metrics.NewCounterVec( &metrics.CounterOpts{ Subsystem: DeschedulerSubsystem, Name: "pods_evicted", Help: "Number of evicted pods, by the result, by the strategy, by the namespace, by the node name. 'error' result means a pod could not be evicted", StabilityLevel: metrics.ALPHA, }, []string{"result", "strategy", "namespace", "node"}) )
Functions ¶
func RegisterMetrics ¶
func RegisterMetrics(extraMetrics ...metrics.Registerable)
RegisterMetrics registers a list of metrics.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.