Skip to content

Commit 95277fa

Browse files
authored
Merge pull request #3524 from ethan-daocloud/patch-2
blkio.go: correct help message word spells.
2 parents ec0c968 + a80db38 commit 95277fa

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)