diff --git a/misc/metrics/src/identify.rs b/misc/metrics/src/identify.rs index 51ed7c38..0e2527c0 100644 --- a/misc/metrics/src/identify.rs +++ b/misc/metrics/src/identify.rs @@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex}; static PROTOCOLS_DESCRIPTOR: Lazy = 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![],