Bulk Statistics Support
The following statistics are supported for the Edge Echo Implementation feature:
-
Heartbeat queue status:
sum(irate(ipc_response_total{rpc_name~=".ipc_stream_hb."}[10s])) by (service_name, instance_id, status, status_code, rpc_name, dest_host)
-
Check the EdgeEcho messages:
sum(irate(udp_proxy_msg_total{ message_name ="edge_echo"}[30s])) by (message_name, message_direction, status)
To enable the Heartbeat queue and EdgeEcho messages statistics, configure the trace-level statistics for udp_proxy_msg_total using the following:
infra metrics verbose application
metrics udp_proxy_msg_total level trace
exit
Note | Enabling the heartbeat and EdgeEcho messages statistics may lead to a performance degradation on the udp-proxy pod. |