Skip to content

Commit 2372a5d

Browse files
committed
Small fix
1 parent c55d437 commit 2372a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/metrics/invoker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ func (c *Collector) ProcessJobResult(result *masterconn.InvokerJobResult) {
138138
if result.Verdict == verdict.SK {
139139
c.InvokerSkippedJobs.With(labels).Inc()
140140
}
141-
c.InvokerSkippedJobs.With(labels).Desc()
142141
}
143142

144143
func (c *Collector) ProcessInvokerStatus(status *invokerconn.Status) {

0 commit comments

Comments
 (0)