We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901b2ea commit 1f5ab28Copy full SHA for 1f5ab28
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