fn find_metric_name_and_matchers<E, F>(expr: &Expr, f: F) -> Option<E>where F: Fn(&Option<String>, &Matchers) -> Option<E> + Clone,