[nflog] register snapshotSize
This metric was never registered.
This commit is contained in:
parent
d259bf9d09
commit
77cc718a81
|
@ -135,6 +135,7 @@ func newMetrics(r prometheus.Registerer) *metrics {
|
|||
r.MustRegister(
|
||||
m.gcDuration,
|
||||
m.snapshotDuration,
|
||||
m.snapshotSize,
|
||||
m.queriesTotal,
|
||||
m.queryErrorsTotal,
|
||||
m.queryDuration,
|
||||
|
|
Loading…
Reference in New Issue