mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
fix: metrics typo (#8593)
This commit is contained in:
@@ -14,5 +14,5 @@ const LABELS: [(&str, &str); 6] = [
|
||||
|
||||
/// This exposes reth's version information over prometheus.
|
||||
pub fn register_version_metrics() {
|
||||
let _gauge = gauge!("reth_version_info", &LABELS);
|
||||
let _gauge = gauge!("info", &LABELS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user