diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |