# README
Metrics
It exposes the following metrics which can be scraped by Prometheus:
rpc_server_request_total
: The total number of RPC requests received by the server.- Labels:
method
- Labels:
rpc_server_request_duration_seconds
: The duration of RPC requests in seconds.- Labels:
method
- Latency buckets for all methods
- Labels:
rpc_server_response_total
: The total number of RPC responses sent by the server.- Labels:
method
andstatus
(e.g.success
,failed
).
- Labels: