rama::telemetry::opentelemetry::semantic_conventions::metricConstant RPC_CLIENT_REQUESTS_PER_RPC
pub const RPC_CLIENT_REQUESTS_PER_RPC: &'static str;
Expand description
§Description
Measures the number of messages received per RPC.
§Notes
Should be 1 for all non-streaming RPCs.
Streaming: This metric is required for server and client streaming RPCs
| |
Instrument: | histogram |
Unit: | {count} |
Status: | Experimental |