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

Unified Diff: appengine_module/gae_ts_mon/interface.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: clean up code Created 5 years, 4 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
Index: appengine_module/gae_ts_mon/interface.py
diff --git a/infra_libs/ts_mon/interface.py b/appengine_module/gae_ts_mon/interface.py
similarity index 98%
copy from infra_libs/ts_mon/interface.py
copy to appengine_module/gae_ts_mon/interface.py
index e24bf14d120309f21c77e967f35908a3c5d31741..3a2bd22f21752a890eef4aa3d5155746ec5d3917 100644
--- a/infra_libs/ts_mon/interface.py
+++ b/appengine_module/gae_ts_mon/interface.py
@@ -37,9 +37,9 @@ import random
import threading
import time
-from monacq.proto import metrics_pb2
+from proto import metrics_pb2
-from infra_libs.ts_mon import errors
+from gae import errors
# The maximum number of MetricsData messages to include in each HTTP request.
# MetricsCollections larger than this will be split into multiple requests.

Powered by Google App Engine
This is Rietveld 408576698