[nflog] register snapshotSize

This metric was never registered.
This commit is contained in:
stuart nelson 2018-06-12 13:59:48 +02:00
parent d259bf9d09
commit 77cc718a81
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ func newMetrics(r prometheus.Registerer) *metrics {
r.MustRegister(
m.gcDuration,
m.snapshotDuration,
m.snapshotSize,
m.queriesTotal,
m.queryErrorsTotal,
m.queryDuration,