pub type Metrics = BTreeMap<String, f64>;
Metrics a case may emit (e.g. throughput MB/s), keyed by name.
pub struct Metrics { /* private fields */ }