Merge "fix workload logging"

This commit is contained in:
Jenkins 2017-05-18 17:33:53 +00:00 committed by Gerrit Code Review
commit 8f14739350
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class MetricProcessor(MetricProcessBase):
continue
try:
metrics = in_store.list_metric_with_measures_to_process(s)
m_count = len(metrics)
m_count += len(metrics)
self.store.process_background_tasks(self.index, metrics)
s_count += 1
except Exception: