package metrics
import "k8s.io/kubernetes/pkg/kubelet/volumemanager/metrics"
Index ¶
- Variables
- func Register(asw cache.ActualStateOfWorld, dsw cache.DesiredStateOfWorld, pluginMgr *volume.VolumePluginMgr)
Variables ¶
var ( ReconstructVolumeOperationsTotal = metrics.NewCounter( &metrics.CounterOpts{ Name: reconstructVolumeOperationsTotal, Help: "" /* 170 byte string literal not displayed */, 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: "" /* 156 byte string literal not displayed */, 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.
Source Files ¶
metrics.go
- Version
- v1.29.0
- Published
- Dec 13, 2023
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 27 seconds ago –
Tools for package owners.