mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 20:22:02 +00:00
Fix duplicate metric label
This commit is contained in:
@@ -42,7 +42,7 @@ impl LocalMetrics {
|
||||
IntGauge::with_opts(opts)?
|
||||
},
|
||||
best_slot: {
|
||||
let opts = Opts::new("present_slot", "slot_of_block_at_chain_head");
|
||||
let opts = Opts::new("best_slot", "slot_of_block_at_chain_head");
|
||||
IntGauge::with_opts(opts)?
|
||||
},
|
||||
validator_count: {
|
||||
|
||||
Reference in New Issue
Block a user