mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-27 08:32:15 +00:00
[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
Block a user