mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 02:11:01 +00:00
Remove Prometheus metrics prefix (#9543)
* Remove Prometheus metrics prefix * Fix line widths * Missed some metrics * Fix CLI * Run rustfmt on modified files * Missing prefixes * Hopefully fix compilation * Rustfmt protocol.rs * Should compile now I guess * Rustfmt Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -1299,7 +1299,7 @@ impl Metrics {
|
||||
messages_validated: register(
|
||||
CounterVec::new(
|
||||
Opts::new(
|
||||
"finality_grandpa_communication_gossip_validator_messages",
|
||||
"substrate_finality_grandpa_communication_gossip_validator_messages",
|
||||
"Number of messages validated by the finality grandpa gossip validator.",
|
||||
),
|
||||
&["message", "action"],
|
||||
|
||||
Reference in New Issue
Block a user