forgot about metric naming convention

This commit is contained in:
Ștefan Talpalaru 2019-07-10 15:34:50 +02:00
parent b79fe42095
commit 6bd5c35986
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ proc parseAddress*(hexString: string): EthAddress =
proc `$`*(a: EthAddress): string =
a.toHex()
var peerGauge* = newGauge("connected peers", "number of peers in the pool")
var peerGauge* = newGauge("connected_peers", "number of peers in the pool")