chore(metrics): summable reth_info value (#9679)

Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Danyal Prout
2024-07-24 12:18:15 -05:00
committed by GitHub
parent 9b8506f935
commit 42a92eef07

View File

@@ -45,6 +45,7 @@ impl VersionInfo {
("build_profile", self.build_profile),
];
let _gauge = gauge!("info", &labels);
let gauge = gauge!("info", &labels);
gauge.set(1)
}
}