add useful comment for volume stats metrics
This commit is contained in:
parent
b885deffe3
commit
4a72f08a28
@ -64,7 +64,7 @@ var (
|
||||
|
||||
volumeStatsHealthAbnormalDesc = metrics.NewDesc(
|
||||
metrics.BuildFQName("", kubeletmetrics.KubeletSubsystem, kubeletmetrics.VolumeStatsHealthStatusKey),
|
||||
"Volume health status. The count is either 1 or 0",
|
||||
"Volume health status. The value 1 of this metrics indicates volume is unhealthy, 0 indicates the unhealthy volume",
|
||||
[]string{"namespace", "persistentvolumeclaim", "volume_health_status"}, nil,
|
||||
metrics.ALPHA, "")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user