mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
improve metrics comment
This commit is contained in:
parent
1cdc694ac2
commit
5593e27429
@ -64,7 +64,7 @@ var (
|
||||
|
||||
volumeStatsHealthAbnormalDesc = metrics.NewDesc(
|
||||
metrics.BuildFQName("", kubeletmetrics.KubeletSubsystem, kubeletmetrics.VolumeStatsHealthStatusKey),
|
||||
"Volume health status. The value 1 of this metrics indicates unhealthy volume, 0 indicates the healthy",
|
||||
"Volume health status. The count is either 1 or 0. 1 indicates the volume is unhealthy and 0 indicates volume is healthy",
|
||||
[]string{"namespace", "persistentvolumeclaim", "volume_health_status"}, nil,
|
||||
metrics.ALPHA, "")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user