Try settings on sf-daqsync-02

This commit is contained in:
Dominik Werder
2023-09-14 16:55:53 +02:00
parent f869047cf5
commit b21dfae560
16 changed files with 296 additions and 159 deletions
+31 -3
View File
@@ -229,15 +229,18 @@ stats_proc::stats_struct!((
channel_wait_for_status_id,
channel_wait_for_address,
logic_error,
ready_for_end_of_stream_with_pending,
ready_for_end_of_stream_no_pending,
ready_for_end_of_stream,
ready_for_end_of_stream_with_progress,
poll_fn_begin,
poll_loop_begin,
poll_pending,
poll_reloop,
poll_no_progress_no_pending,
test_1,
),
values(
storage_insert_tx_len,
channel_info_query_queue_len,
channel_info_query_sender_len,
channel_info_res_tx_len,
find_ioc_query_sender_len,
@@ -249,7 +252,7 @@ stats_proc::stats_struct!((
stats_struct(
name(SeriesByChannelStats),
prefix(seriesbychannel),
counters(res_tx_fail, res_tx_timeout,),
counters(res_tx_fail, res_tx_timeout, recv_batch, recv_items,),
),
stats_struct(
name(InsertWorkerStats),
@@ -273,6 +276,16 @@ stats_proc::stats_struct!((
inserts_msp_grid,
inserts_value,
ratelimit_drop,
item_latency_neg,
item_latency_025ms,
item_latency_050ms,
item_latency_100ms,
item_latency_200ms,
item_latency_400ms,
item_latency_800ms,
item_latency_large,
worker_start,
worker_finish,
)
),
));
@@ -289,6 +302,7 @@ stats_proc::stats_struct!((
inserts_queue_pop_for_global,
inserts_queue_push,
inserts_queue_drop,
insert_item_queue_pressure,
channel_fast_item_drop,
store_worker_recv_queue_len,
// TODO maybe rename: this is now only the recv of the intermediate queue:
@@ -331,6 +345,16 @@ stats_proc::stats_struct!((
ca_ts_off_2,
ca_ts_off_3,
ca_ts_off_4,
ping_start,
ping_no_proto,
pong_recv_010ms,
pong_recv_025ms,
pong_recv_050ms,
pong_recv_100ms,
pong_recv_200ms,
pong_recv_400ms,
pong_recv_slow,
pong_timeout,
),
values(inter_ivl_ema)
),
@@ -361,6 +385,10 @@ stats_proc::stats_struct!((
ca_conn_status_feedback_no_dst,
ca_echo_timeout_total,
caconn_done_channel_state_reset,
insert_worker_spawned,
insert_worker_join_ok,
insert_worker_join_ok_err,
insert_worker_join_err,
),
values(
channel_unknown_address,