aboutsummaryrefslogtreecommitdiffstats
path: root/api/stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/stats.go')
-rw-r--r--api/stats.go2
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.