fn count_skipped(
working: &BTreeMap<(String, Vec<(String, String)>, Option<u64>, Option<MetricKind>, bool, String), i64>,
) -> u64Expand description
Counts live working rows dropped for an unsupported metric_type or an invalid Prometheus
metric or label name.