Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReconstructVolumeOperationsTotal = metrics.NewCounter( &metrics.CounterOpts{ Name: reconstructVolumeOperationsTotal, Help: "The number of volumes that were attempted to be reconstructed from the operating system during kubelet startup. This includes both successful and failed reconstruction.", StabilityLevel: metrics.ALPHA, }, ) ReconstructVolumeOperationsErrorsTotal = metrics.NewCounter( &metrics.CounterOpts{ Name: reconstructVolumeOperationsErrorsTotal, Help: "The number of volumes that failed reconstruction from the operating system during kubelet startup.", StabilityLevel: metrics.ALPHA, }, ) ForceCleanedFailedVolumeOperationsTotal = metrics.NewCounter( &metrics.CounterOpts{ Name: forceCleanedFailedVolumeOperationsTotal, Help: "The number of volumes that were force cleaned after their reconstruction failed during kubelet startup. This includes both successful and failed cleanups.", StabilityLevel: metrics.ALPHA, }, ) ForceCleanedFailedVolumeOperationsErrorsTotal = metrics.NewCounter( &metrics.CounterOpts{ Name: forceCleanedFailedVolumeOperationsErrorsTotal, Help: "The number of volumes that failed force cleanup after their reconstruction failed during kubelet startup.", StabilityLevel: metrics.ALPHA, }, ) )
Functions ¶
func Register ¶
func Register(asw cache.ActualStateOfWorld, dsw cache.DesiredStateOfWorld, pluginMgr *volume.VolumePluginMgr)
Register registers Volume Manager metrics.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.