blkio.go: correct help message word spells.
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
parent
ea13c9fe99
commit
a80db38c33
@ -68,7 +68,7 @@ var blkioMetrics = []*metric{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "blkio_io_service_time_recursive",
|
name: "blkio_io_service_time_recursive",
|
||||||
help: "The blkio io servie time recursive",
|
help: "The blkio io service time recursive",
|
||||||
unit: metrics.Total,
|
unit: metrics.Total,
|
||||||
vt: prometheus.GaugeValue,
|
vt: prometheus.GaugeValue,
|
||||||
labels: []string{"op", "device", "major", "minor"},
|
labels: []string{"op", "device", "major", "minor"},
|
||||||
@ -81,7 +81,7 @@ var blkioMetrics = []*metric{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "blkio_io_serviced_recursive",
|
name: "blkio_io_serviced_recursive",
|
||||||
help: "The blkio io servied recursive",
|
help: "The blkio io serviced recursive",
|
||||||
unit: metrics.Total,
|
unit: metrics.Total,
|
||||||
vt: prometheus.GaugeValue,
|
vt: prometheus.GaugeValue,
|
||||||
labels: []string{"op", "device", "major", "minor"},
|
labels: []string{"op", "device", "major", "minor"},
|
||||||
|
Loading…
Reference in New Issue
Block a user