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