diff --git a/nflog/nflog.go b/nflog/nflog.go index 583aebcf..6c87afd9 100644 --- a/nflog/nflog.go +++ b/nflog/nflog.go @@ -135,6 +135,7 @@ func newMetrics(r prometheus.Registerer) *metrics { r.MustRegister( m.gcDuration, m.snapshotDuration, + m.snapshotSize, m.queriesTotal, m.queryErrorsTotal, m.queryDuration,