13937: Removes the 'any' operation type for a better way of testing driver labels
[arvados.git] / services / keepstore / stats_ticker.go
index 29daeb6dddf42a5c81ca8df7a01cfabbebec6a19..342b9e32058e23a1f09fc305d8fdc37caf104198 100644 (file)
@@ -74,7 +74,6 @@ func (s *statsTicker) TickOps(operations ...string) {
                return
        }
        for _, opType := range operations {
-               s.opsCounters.With(prometheus.Labels{"operation": "any"}).Inc()
                s.opsCounters.With(prometheus.Labels{"operation": opType}).Inc()
        }
 }