1
0
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:
Roman Zeyde 2018-06-14 20:52:49 +03:00
parent 7bdb1491ae
commit 1b3a3af010
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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(