WIP refactor

This commit is contained in:
Dominik Werder
2023-09-06 17:34:27 +02:00
parent 76915d5d82
commit ba9bb7e26c
13 changed files with 1028 additions and 891 deletions
+17
View File
@@ -207,6 +207,23 @@ impl IntervalEma {
}
}
stats_proc::stats_struct!((
stats_struct(
name(CaConnSetStats),
counters(
channel_unknown_address,
channel_with_address,
channel_search_pending,
search_pending_did_send,
channel_no_address,
unassigned,
assigned,
),
),
// agg(name(CaConnSetStatsAgg), parent(CaConnSetStats)),
diff(name(CaConnSetStatsDiff), input(CaConnSetStats)),
));
stats_proc::stats_struct!((
stats_struct(
name(CaConnStats),