Remove one old stats type
This commit is contained in:
@@ -303,83 +303,6 @@ stats_proc::stats_struct!((
|
||||
),
|
||||
agg(name(DaemonStatsAgg), parent(DaemonStats)),
|
||||
diff(name(DaemonStatsAggDiff), input(DaemonStatsAgg)),
|
||||
stats_struct(
|
||||
name(CaConnStats),
|
||||
prefix(caconn),
|
||||
counters(
|
||||
insert_item_create,
|
||||
inserts_val,
|
||||
inserts_msp,
|
||||
inserts_msp_grid,
|
||||
inserts_queue_pop_for_global,
|
||||
inserts_queue_push,
|
||||
insert_item_queue_pressure,
|
||||
insert_item_queue_full,
|
||||
out_queue_full,
|
||||
channel_fast_item_drop,
|
||||
logic_error,
|
||||
// TODO maybe rename: this is now only the recv of the intermediate queue:
|
||||
store_worker_item_recv,
|
||||
// TODO rename to make clear that this drop is voluntary because of user config choice:
|
||||
// store_worker_fraction_drop,
|
||||
// store_worker_ratelimit_drop,
|
||||
// store_worker_insert_done,
|
||||
// store_worker_insert_binned_done,
|
||||
// store_worker_insert_overload,
|
||||
// store_worker_insert_timeout,
|
||||
// store_worker_insert_unavailable,
|
||||
// store_worker_insert_error,
|
||||
connection_status_insert_done,
|
||||
channel_status_insert_done,
|
||||
channel_info_insert_done,
|
||||
ivl_insert_done,
|
||||
mute_insert_done,
|
||||
command_can_not_reply,
|
||||
time_handle_conn_listen,
|
||||
time_handle_peer_ready,
|
||||
time_check_channels_state_init,
|
||||
tcp_connected,
|
||||
get_series_id_ok,
|
||||
item_count,
|
||||
stream_ready,
|
||||
stream_pending,
|
||||
channel_all_count,
|
||||
channel_alive_count,
|
||||
channel_not_alive_count,
|
||||
channel_series_lookup_already_pending,
|
||||
ping_start,
|
||||
ping_no_proto,
|
||||
pong_timeout,
|
||||
storage_queue_send,
|
||||
storage_queue_pending,
|
||||
event_add_res_recv,
|
||||
caget_issued,
|
||||
caget_timeout,
|
||||
unknown_subid,
|
||||
unknown_ioid,
|
||||
transition_to_polling,
|
||||
transition_to_polling_already_in,
|
||||
transition_to_polling_bad_state,
|
||||
channel_add_exists,
|
||||
recv_event_add_while_wait_on_read_notify,
|
||||
recv_read_notify_state_passive_found_ioid,
|
||||
recv_read_notify_state_passive,
|
||||
recv_read_notify_state_read_pending_bad_ioid,
|
||||
recv_read_notify_state_read_pending,
|
||||
recv_read_notify_but_not_init_yet,
|
||||
recv_read_notify_but_no_longer_ready,
|
||||
recv_read_notify_while_enabling_monitoring,
|
||||
recv_read_notify_while_polling_idle,
|
||||
monitor_stale_read_begin,
|
||||
monitor_stale_read_timeout,
|
||||
ca_proto_no_version_as_first,
|
||||
ca_proto_version_later,
|
||||
no_cid_for_subid,
|
||||
),
|
||||
histolog2s(poll_op3_dt, ca_ts_off,),
|
||||
),
|
||||
agg(name(CaConnStatsAgg), parent(CaConnStats)),
|
||||
diff(name(CaConnStatsAggDiff), input(CaConnStatsAgg)),
|
||||
stats_struct(
|
||||
name(CaProtoStats),
|
||||
prefix(ca_proto),
|
||||
@@ -453,8 +376,6 @@ stats_proc::stats_struct!((
|
||||
),
|
||||
histolog2s(poll_all_dt,),
|
||||
),
|
||||
// agg(name(CaConnSetStatsAgg), parent(CaConnSetStats)),
|
||||
// diff(name(CaConnSetStatsDiff), input(CaConnSetStats)),
|
||||
stats_struct(
|
||||
name(SeriesByChannelStats),
|
||||
prefix(seriesbychannel),
|
||||
|
||||
Reference in New Issue
Block a user