Support for error vectors
[govpp.git] / adapter / stats_api.go
index 4087865..146914d 100644 (file)
@@ -86,7 +86,7 @@ type Name string
 type ScalarStat float64
 
 // ErrorStat represents stat for ErrorIndex.
-type ErrorStat uint64
+type ErrorStat Counter
 
 // SimpleCounterStat represents stat for SimpleCounterVector.
 // The outer array represents workers and the inner array represents interface/node/.. indexes.