mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(metrics): summable reth_info value (#9679)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ impl VersionInfo {
|
||||
("build_profile", self.build_profile),
|
||||
];
|
||||
|
||||
let _gauge = gauge!("info", &labels);
|
||||
let gauge = gauge!("info", &labels);
|
||||
gauge.set(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user