mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-02 14:12:18 +00:00
fix(metrics/identify): remove newline in metric description
Pull-Request: #4005.
This commit is contained in:
parent
d67c133794
commit
a8a00e7ad7
@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex};
|
||||
static PROTOCOLS_DESCRIPTOR: Lazy<Descriptor> = Lazy::new(|| {
|
||||
Descriptor::new(
|
||||
"remote_protocols",
|
||||
r#"Number of connected nodes supporting a specific protocol, with "unrecognized" for each
|
||||
peer supporting one or more unrecognized protocols"#,
|
||||
"Number of connected nodes supporting a specific protocol, with \"unrecognized\" for each peer supporting one or more unrecognized protocols",
|
||||
None,
|
||||
None,
|
||||
vec![],
|
||||
|
Loading…
x
Reference in New Issue
Block a user