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 c55d437 commit 2372a5dCopy full SHA for 2372a5d
common/metrics/invoker.go
@@ -138,7 +138,6 @@ func (c *Collector) ProcessJobResult(result *masterconn.InvokerJobResult) {
138
if result.Verdict == verdict.SK {
139
c.InvokerSkippedJobs.With(labels).Inc()
140
}
141
- c.InvokerSkippedJobs.With(labels).Desc()
142
143
144
func (c *Collector) ProcessInvokerStatus(status *invokerconn.Status) {
0 commit comments