From 6bd5c35986ae22459259a2f6babdf9b9321dfb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 10 Jul 2019 15:34:50 +0200 Subject: [PATCH] forgot about metric naming convention --- eth/common/utils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/common/utils.nim b/eth/common/utils.nim index b3cc9f5..9710a02 100644 --- a/eth/common/utils.nim +++ b/eth/common/utils.nim @@ -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")