Searched refs:afehost (Results 1 – 2 of 2) sorted by relevance
486 afehost = afe.get_hosts(hostname=hostname)[0]487 return cls(afe, afehost, start_time, end_time)526 def __init__(self, afe, afehost, start_time, end_time): argument528 self.hostname = afehost.hostname531 self._host = afehost
417 def _eligible_host(afehost): argument425 return not len(_EXCLUDED_LABELS.intersection(afehost.labels))