pub type Metrics = HashMap<String, i64>;
The metrics is a HashMap of (name_key, i64_value). The main purpose is to help monitoring the mDNS packet traffic.