We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d595a96 + dbfee2d commit 1a8892eCopy full SHA for 1a8892e
bin/ethlambda/src/main.rs
@@ -81,7 +81,8 @@ async fn main() -> eyre::Result<()> {
81
82
let options = CliOptions::parse();
83
84
- // Set node info metrics
+ // Initialize metrics
85
+ ethlambda_blockchain::metrics::init();
86
ethlambda_blockchain::metrics::set_node_info("ethlambda", version::CLIENT_VERSION);
87
ethlambda_blockchain::metrics::set_node_start_time();
88
ethlambda_blockchain::metrics::set_attestation_committee_count(
0 commit comments