pub fn install_runtime_tap(
stream: &str,
all: Vec<String>,
sampled: Vec<String>,
cap: usize,
)Expand description
Arm the tap. all and sampled are family names; cap bounds the queue.
Idempotent — a second call replaces the selection and clears the queue.