pub const RPC_CLIENT_REQUESTS_PER_RPC: &'static str;
Expand description

§Description

Measures the number of messages received per RPC.

Should be 1 for all non-streaming RPCs.

Streaming: This metric is required for server and client streaming RPCs

§Metadata

Instrument:histogram
Unit:{count}
Status:Experimental