Renamed zcash_network metric to better reflect the rpc method source

This commit is contained in:
Ben Wilson 2019-12-09 09:57:07 -05:00
parent e417a94a9f
commit 75a5ac2179
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import (
var (
zcashdBlockchainInfo = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "zcash_network",
Help: "Current network name as defined in BIP70"},
Name: "zcash_blockchain_info",
Help: "Information about the current state of the block chain"},
[]string{"network", "blocks"},
)
zcashdInfo = prometheus.NewGaugeVec(