fix: unittest

This commit is contained in:
徐聪
2022-07-25 21:29:21 +08:00
parent 1c5039697a
commit 41f7fa2d58
7 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ var (
gaugeState = prometheus.NewGauge(
prometheus.GaugeOpts{
Name: "state",
Help: "The current runner state, 1=initializing, 2=spawning, 3=running, 4=quitting, 5=stopped",
Help: "The current runner state, 1=initializing, 2=spawning, 3=running, 4=stopping, 5=stopped, 6=quitting, 7=missing",
},
)
gaugeDuration = prometheus.NewGauge(