MonitorCollection Base class: Generic[Type1]_BlipValue Constructors __init__(self) __init__(self, other: MonitorCollection[Type1]) Methods active(self) -> List[MetricMonitor] all(self) -> List[MetricMonitor] expired(self) -> List[MetricMonitor] fuzzyMatch(self, string: str) -> MonitorCollection[Type1] uncategorised(self) -> MonitorCollection[Type1] withCategories(self, categories: List[str]) -> MonitorCollection[Type1]