Merge pull request #3524 from ethan-daocloud/patch-2
blkio.go: correct help message word spells.
This commit is contained in:
commit
95277fa447
@ -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