record_peer_operation_latency

Function record_peer_operation_latency 

Source
pub fn record_peer_operation_latency(
    peer_id: &str,
    operation: &str,
    duration: Duration,
)
Expand description

Record peer Redis operation latency by operation type. Useful for tracking Merkle queries, item fetches, etc.