Skip to content

Commit a80db38

Browse files
author
ethan
committed
blkio.go: correct help message word spells.
Signed-off-by: Guangming Wang <[email protected]>
1 parent ea13c9f commit a80db38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

metrics/cgroups/blkio.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var blkioMetrics = []*metric{
6868
},
6969
{
7070
name: "blkio_io_service_time_recursive",
71-
help: "The blkio io servie time recursive",
71+
help: "The blkio io service time recursive",
7272
unit: metrics.Total,
7373
vt: prometheus.GaugeValue,
7474
labels: []string{"op", "device", "major", "minor"},
@@ -81,7 +81,7 @@ var blkioMetrics = []*metric{
8181
},
8282
{
8383
name: "blkio_io_serviced_recursive",
84-
help: "The blkio io servied recursive",
84+
help: "The blkio io serviced recursive",
8585
unit: metrics.Total,
8686
vt: prometheus.GaugeValue,
8787
labels: []string{"op", "device", "major", "minor"},

0 commit comments

Comments
 (0)