pub fn request_counts_subtree(counters: &[AtomicU64; 17]) -> ValueExpand description
Build the requests subtree: one numeric field per PayloadRequestKind
variant, keyed by its Display name, holding the running inbound counter.
Reads use Ordering::Relaxed — counters are advisory metrics, not
synchronisation primitives, and the snapshot doesn’t need to be coherent
across kinds.