Readd on timeout

This commit is contained in:
Dominik Werder
2023-09-20 15:07:48 +02:00
parent 5fa77acf5c
commit 38ea01e724
8 changed files with 235 additions and 178 deletions

View File

@@ -216,13 +216,13 @@ stats_proc::stats_struct!((
),
stats_struct(
name(CaConnSetStats),
prefix(connset),
counters(
channel_unknown_address,
channel_search_pending,
channel_no_address,
channel_with_address,
channel_unassigned,
channel_assigned,
channel_add,
channel_status_series_found,
channel_health_timeout,
ioc_search_start,
ioc_addr_found,
ca_conn_task_join_done_ok,
ca_conn_task_join_done_err,
ca_conn_task_join_err,
@@ -231,8 +231,6 @@ stats_proc::stats_struct!((
response_tx_fail,
try_push_ca_conn_cmds_full,
try_push_ca_conn_cmds_closed,
channel_wait_for_status_id,
channel_wait_for_address,
logic_error,
ready_for_end_of_stream,
ready_for_end_of_stream_with_progress,
@@ -241,7 +239,6 @@ stats_proc::stats_struct!((
poll_pending,
poll_reloop,
poll_no_progress_no_pending,
test_1,
),
values(
storage_insert_tx_len,
@@ -250,6 +247,13 @@ stats_proc::stats_struct!((
channel_info_res_tx_len,
find_ioc_query_sender_len,
ca_conn_res_tx_len,
channel_unknown_address,
channel_search_pending,
channel_no_address,
channel_unassigned,
channel_assigned,
channel_connected,
channel_rogue,
),
),
// agg(name(CaConnSetStatsAgg), parent(CaConnSetStats)),