We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb6257b + 1f5ab28 commit dcb4d72Copy full SHA for dcb4d72
1 file changed
cmd/containerd-stress/main.go
@@ -49,7 +49,7 @@ var (
49
func init() {
50
ns := metrics.NewNamespace("stress", "", nil)
51
// if you want more fine grained metrics then you can drill down with the metrics in prom that
52
- // containerd is outputing
+ // containerd is outputting
53
ct = ns.NewLabeledTimer("run", "Run time of a full container during the test", "commit")
54
execTimer = ns.NewLabeledTimer("exec", "Run time of an exec process during the test", "commit")
55
binarySizeGauge = ns.NewLabeledGauge("binary_size", "Binary size of compiled binaries", metrics.Bytes, "name")
0 commit comments