Provide error counters per worker for statsclient
[govpp.git] / api / stats.go
index 9e1ba75..3a72c6c 100644 (file)
@@ -98,7 +98,7 @@ type ErrorStats struct {
 type ErrorCounter struct {
        CounterName string
 
-       Value uint64
+       Values []uint64
 }
 
 // BufferStats represents statistics per buffer pool.