opentelemetry_semantic_conventions::metric

Constant RPC_SERVER_DURATION

source
pub const RPC_SERVER_DURATION: &str = "rpc.server.duration";
Expand description

§Description

Measures the duration of inbound RPC.

§Notes

While streaming RPCs may record this metric as start-of-batch to end-of-batch, it’s hard to interpret in practice.

Streaming: N/A

§Metadata

Instrument:histogram
Unit:ms
Status:Experimental