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/model_logic.py b/frontend/afe/model_logic.py
index cec7dad..580e7cd 100644
--- a/frontend/afe/model_logic.py
+++ b/frontend/afe/model_logic.py
@@ -9,6 +9,8 @@
from django.db import transaction
from django.db.models.sql import query
import django.db.models.sql.where
+# TODO(akeshet): Replace with monarch stats once we know how to instrument rpc
+# handling with ts_mon.
from autotest_lib.client.common_lib.cros.graphite import autotest_stats
from autotest_lib.frontend.afe import rdb_model_extensions