This topic describes the monitoring metrics related to remote procedure call (RPC) request time consumption of an OBProxy.
Definition
The average time spent in processing an RPC request by an OBProxy.
Description
| Metric category | Metric name | Unit |
|---|---|---|
| rpc_cost | odp_rpc_request_rt | μs |
Calculation expression
sum(rate(odp_rpc_cost_total{@LABELS}[@INTERVAL])) by (@GBLABELS) / sum(rate(odp_rpc_request_total{@LABELS}[@INTERVAL])) by (@GBLABELS)