This topic describes monitoring metrics related to remote procedure call (RPC) sessions of an OBProxy.
rpc_session_client
Definition
The total number of RPC sessions between the current OBProxy and the client.
Description
| Metric category | Metric name | Unit |
|---|---|---|
| rpc_session_client | odp_current_rpc_session_client | N/A |
Calculation expression
sum(rate(odp_current_rpc_session{sessionType="client", @LABELS}[@INTERVAL])) by (@GBLABELS)'
rpc_session_server
Definition
The total number of RPC sessions between the current OBProxy and the server.
Description
| Metric category | Metric name | Unit |
|---|---|---|
| rpc_session_server | odp_current_rpc_session_server | N/A |
Calculation expression
sum(rate(odp_current_rpc_session{sessionType="server", @LABELS}[@INTERVAL])) by (@GBLABELS)