mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 06:41:34 +00:00
protocols/gossipsub: Fix metric name (#2558)
This commit is contained in:
@ -182,7 +182,7 @@ impl Metrics {
|
||||
);
|
||||
|
||||
let rejected_messages = register_family!(
|
||||
"accepted_messages_per_topic",
|
||||
"rejected_messages_per_topic",
|
||||
"Number of rejected messages received for each topic"
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user