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

Unified Diff: infra/services/sysmon/__main__.py

Issue 1981853002: Send ts_mon metrics from android device data. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address final comments, fix coverage. Created 4 years, 7 months 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
« no previous file with comments | « no previous file | infra/services/sysmon/android_device_metrics.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/sysmon/__main__.py
diff --git a/infra/services/sysmon/__main__.py b/infra/services/sysmon/__main__.py
index cb7a77b04887336375dee872543963d3505ed200..ca4d0059f87829b05ed5461b7065a46a93afc2ac 100644
--- a/infra/services/sysmon/__main__.py
+++ b/infra/services/sysmon/__main__.py
@@ -11,6 +11,7 @@ import time
import psutil
from infra.libs.service_utils import outer_loop
+from infra.services.sysmon import android_device_metrics
from infra.services.sysmon import cipd_metrics
from infra.services.sysmon import puppet_metrics
from infra.services.sysmon import root_setup
@@ -47,6 +48,7 @@ class SysMon(outer_loop.Application):
system_metrics.get_proc_info()
puppet_metrics.get_puppet_summary()
cipd_metrics.get_cipd_summary()
+ android_device_metrics.get_device_statuses()
finally:
ts_mon.flush()
return True
« no previous file with comments | « no previous file | infra/services/sysmon/android_device_metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698