Searched refs:statistic (Results 1 – 3 of 3) sorted by relevance
46 self, entities, statistic, window_sec, threshold, percent argument72 if statistic not in self.keys_ts[entity]:74 timestamps = sorted(list(self.keys_ts[entity][statistic].keys()))78 first_val = self.keys_ts[entity][statistic][first_ts]79 last_val = self.keys_ts[entity][statistic][last_ts]
42 Implementing this approach involved a couple challenges. First, each query for a statistic's global…
378 * Start populating `NO_FILE_CLOSES` ticker statistic, which was always zero previously.