Export cpu and memory usage

This commit is contained in:
Dominik Werder
2025-04-15 11:49:43 +02:00
parent 5aa184266b
commit a653816ed2
5 changed files with 103 additions and 10 deletions
+1 -2
View File
@@ -394,14 +394,13 @@ stats_proc::stats_struct!((
recv_read_notify_but_no_longer_ready,
recv_read_notify_while_enabling_monitoring,
recv_read_notify_while_polling_idle,
channel_not_alive_no_activity,
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, pong_recv_lat, ca_ts_off,),
histolog2s(poll_op3_dt, ca_ts_off,),
),
agg(name(CaConnStatsAgg), parent(CaConnStats)),
diff(name(CaConnStatsAggDiff), input(CaConnStatsAgg)),