mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-02 22:22:15 +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(|| {
|
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![],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user