Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: client/third_party/infra_libs/ts_mon/common/metric_store.py

Issue 2573343002: Roll infra_libs and its dependencies to 066f135 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/third_party/infra_libs/ts_mon/common/metric_store.py
diff --git a/client/third_party/infra_libs/ts_mon/common/metric_store.py b/client/third_party/infra_libs/ts_mon/common/metric_store.py
index 1675bf0fe9f8299fd9aa95b279dc63718ae4892a..7c887a5b5532ab1ba47bba194dcb9b450f64e847 100644
--- a/client/third_party/infra_libs/ts_mon/common/metric_store.py
+++ b/client/third_party/infra_libs/ts_mon/common/metric_store.py
@@ -78,8 +78,8 @@ class MetricStore(object):
def get_all(self):
"""Returns an iterator over all the metrics present in the store.
- The iterator yields 4-tuples:
- (target, metric, start_time, field_values)
+ The iterator yields 5-tuples:
+ (target, metric, start_time, end_time, field_values)
"""
raise NotImplementedError
« no previous file with comments | « client/third_party/infra_libs/ts_mon/common/interface.py ('k') | client/third_party/infra_libs/ts_mon/common/metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698