Skip to content

Commit 05255be

Browse files
authored
fix: metrics typo (#8593)
1 parent 8d95a75 commit 05255be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node-core/src/metrics/version_metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const LABELS: [(&str, &str); 6] = [
1414

1515
/// This exposes reth's version information over prometheus.
1616
pub fn register_version_metrics() {
17-
let _gauge = gauge!("reth_version_info", &LABELS);
17+
let _gauge = gauge!("info", &LABELS);
1818
}

0 commit comments

Comments
 (0)