fix(metrics/identify): remove newline in metric description

Pull-Request: #4005.
This commit is contained in:
Max Inden 2023-05-30 05:03:16 +02:00 committed by GitHub
parent d67c133794
commit a8a00e7ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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![],