Merge pull request #3524 from ethan-daocloud/patch-2

blkio.go: correct help message word spells.
This commit is contained in:
Phil Estes 2019-08-13 10:51:36 -04:00 committed by GitHub
commit 95277fa447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ var blkioMetrics = []*metric{
},
{
name: "blkio_io_service_time_recursive",
help: "The blkio io servie time recursive",
help: "The blkio io service time recursive",
unit: metrics.Total,
vt: prometheus.GaugeValue,
labels: []string{"op", "device", "major", "minor"},
@ -81,7 +81,7 @@ var blkioMetrics = []*metric{
},
{
name: "blkio_io_serviced_recursive",
help: "The blkio io servied recursive",
help: "The blkio io serviced recursive",
unit: metrics.Total,
vt: prometheus.GaugeValue,
labels: []string{"op", "device", "major", "minor"},