We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a8da8 commit 02d874bCopy full SHA for 02d874b
nodes.go
@@ -77,7 +77,7 @@ func ParseNodesMetrics(input []byte) *NodesMetrics {
77
idle := regexp.MustCompile(`^idle`)
78
maint := regexp.MustCompile(`^maint`)
79
mix := regexp.MustCompile(`^mix`)
80
- resv := regexp.MustCompile(`^resv`)
+ resv := regexp.MustCompile(`^res`)
81
switch {
82
case alloc.MatchString(state) == true:
83
nm.alloc++
0 commit comments