autotest: move or eliminate a bunch of autotest_stats stats
BUG=chromium:667171
TEST=unittests; guado_moblab tryjob + test run
Change-Id: I815d2d748a2daa3bc869ead5d09f722245b7317b
Reviewed-on: https://chromium-review.googlesource.com/413103
Reviewed-by: Aviv Keshet <akeshet@chromium.org>
Commit-Queue: Aviv Keshet <akeshet@chromium.org>
Tested-by: Aviv Keshet <akeshet@chromium.org>
diff --git a/frontend/afe/json_rpc/serviceHandler.py b/frontend/afe/json_rpc/serviceHandler.py
index bd63cd3..e3e52f9 100644
--- a/frontend/afe/json_rpc/serviceHandler.py
+++ b/frontend/afe/json_rpc/serviceHandler.py
@@ -31,6 +31,10 @@
from json import encoder
json_encoder = encoder.JSONEncoder()
+# TODO(akeshet): Eliminate this and replace with monarch metrics. (At the
+# moment, I don't think we can just easily swap out, because this module is
+# called by apache for rpc handling, and we don't have a ts_mon thread for that
+# yet).
from autotest_lib.client.common_lib.cros.graphite import autotest_stats