diff --git a/reflector/stats.go b/reflector/stats.go index 5331f94..45946fc 100644 --- a/reflector/stats.go +++ b/reflector/stats.go @@ -12,6 +12,10 @@ import ( log "github.com/sirupsen/logrus" ) +// TODO: send stats on shutdown + +// TODO: store daily stats too. and maybe other intervals + type stats struct { mu *sync.Mutex blobs int