WIP transition metrics

This commit is contained in:
Dominik Werder
2025-04-07 16:36:11 +02:00
parent ba4b444778
commit db3e243e2e
10 changed files with 270 additions and 147 deletions

3
stats/src/mett.rs Normal file
View File

@@ -0,0 +1,3 @@
use mettrics::types::CounterU32;
mettrics::macros::make_metrics!("mettdecl.rs");

View File

@@ -1,3 +1,5 @@
pub mod mett;
pub use rand_xoshiro;
use std::sync::atomic::AtomicU64;
@@ -410,7 +412,6 @@ stats_proc::stats_struct!((
ca_proto_version_later,
no_cid_for_subid,
),
values(inter_ivl_ema, read_ioids_len, proto_out_len,),
histolog2s(
poll_all_dt,
poll_op3_dt,