X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=api%2Fstats.go;h=3a72c6cc2cd86397c537d0ed584301f15de27335;hp=9e1ba7552ca35a794805cd3b594359777553bfa1;hb=4e16c7100cc7f8dddca051ff393460d7a1a77c98;hpb=4459b648e9fb53c34abbf52a00e63ad384fb9ee2 diff --git a/api/stats.go b/api/stats.go index 9e1ba75..3a72c6c 100644 --- a/api/stats.go +++ b/api/stats.go @@ -98,7 +98,7 @@ type ErrorStats struct { type ErrorCounter struct { CounterName string - Value uint64 + Values []uint64 } // BufferStats represents statistics per buffer pool.