| 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.
|
|
|