mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Simplify mempool gauges' names
This commit is contained in:
parent
7bdb1491ae
commit
1b3a3af010
@ -124,11 +124,11 @@ impl Tracker {
|
||||
histogram: vec![],
|
||||
stats: Stats {
|
||||
count: metrics.gauge(MetricOpts::new(
|
||||
"mempool_txs_count",
|
||||
"mempool_count",
|
||||
"# of mempool transactions",
|
||||
)),
|
||||
vsize: metrics.gauge(MetricOpts::new(
|
||||
"mempool_txs_vsize",
|
||||
"mempool_vsize",
|
||||
"vsize of mempool transactions (in bytes)",
|
||||
)),
|
||||
update: metrics.histogram_vec(
|
||||
|
Loading…
Reference in New Issue
Block a user