mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-17 12:46:16 +00:00
p2p: track peers stored on startup (#8787)
This commit is contained in:
@@ -367,6 +367,9 @@ func (m *PeerManager) configurePeers() error {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
m.metrics.PeersStored.Add(float64(m.store.Size()))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user