matches_any_filter

Function matches_any_filter 

Source
pub fn matches_any_filter(name: &str, filters: &[Regex]) -> bool
Expand description

Check if a measurement name matches any of the compiled filters Returns true if filters is empty (no filters = match all)