| 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
|
|
|
|
|