This topic introduces the RPC Delivery Failure monitoring metric for OceanBase tenants. You can specify a statistical range to query the RPC Delivery Failure for a tenant in a single zone or on a single OBServer node.
Metric description
The number of RPC transmission failures within the sampling period.
Metric parameter description
Metric |
Metric name |
Unit |
|---|---|---|
| rpc_deliver_fail_count | delta_rpc_packet_deliver_fail_count | - |
Calculation expression
sum(delta(ob_sysstat{stat_id="10004",@LABELS}[@INTERVAL])) by (@GBLABELS)
Collection SQL
For OceanBase V2.2.70 and later, but earlier than V4.0:
select /*+ MONITOR_AGENT READ_CONSISTENCY(WEAK) */ con_id tenant_id, stat_id, value from v$sysstat where stat_id IN (10004) and (con_id > 1000 or con_id = 1) and class < 1000For OceanBase V4.0 and later:
select /* MONITOR_AGENT */ con_id tenant_id, stat_id, value from v$sysstat where stat_id IN (10004) and (con_id > 1000 or con_id = 1) and class < 1000
