Skip to content

Commit 1f5ab28

Browse files
committed
Typo fix: outputing -> outputting
Signed-off-by: ruicao <[email protected]>
1 parent 901b2ea commit 1f5ab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/containerd-stress/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var (
4949
func init() {
5050
ns := metrics.NewNamespace("stress", "", nil)
5151
// if you want more fine grained metrics then you can drill down with the metrics in prom that
52-
// containerd is outputing
52+
// containerd is outputting
5353
ct = ns.NewLabeledTimer("run", "Run time of a full container during the test", "commit")
5454
execTimer = ns.NewLabeledTimer("exec", "Run time of an exec process during the test", "commit")
5555
binarySizeGauge = ns.NewLabeledGauge("binary_size", "Binary size of compiled binaries", metrics.Bytes, "name")

0 commit comments

Comments
 (0)