We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67c133 commit a8a00e7Copy full SHA for a8a00e7
misc/metrics/src/identify.rs
@@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex};
36
static PROTOCOLS_DESCRIPTOR: Lazy<Descriptor> = Lazy::new(|| {
37
Descriptor::new(
38
"remote_protocols",
39
- r#"Number of connected nodes supporting a specific protocol, with "unrecognized" for each
40
- 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",
41
None,
42
43
vec![],
0 commit comments