mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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