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

Unified Diff: infra_libs/ts_mon/config.py

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add noncululativedistribution metric to ts_mon imports 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
« no previous file with comments | « infra_libs/ts_mon/common/test/targets_test.py ('k') | infra_libs/ts_mon/distribution.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/ts_mon/config.py
diff --git a/infra_libs/ts_mon/config.py b/infra_libs/ts_mon/config.py
index 07a84e1a9f4de4780f2aebe8219f0f6772aa64fd..1631586b01f0f1e12a615ab6363556b120a300fa 100644
--- a/infra_libs/ts_mon/config.py
+++ b/infra_libs/ts_mon/config.py
@@ -14,8 +14,8 @@ import requests
from infra_libs.ts_mon import interface
from infra_libs.ts_mon import monitors
-from infra_libs.ts_mon import standard_metrics
-from infra_libs.ts_mon import targets
+from infra_libs.ts_mon.common import standard_metrics
+from infra_libs.ts_mon.common import targets
def load_machine_config(filename):
@@ -224,5 +224,6 @@ def process_argparse_options(args):
args.ts_mon_flush_interval_secs)
interface.state.flush_thread.start()
+ print "ts_mon registering standard metrics"
standard_metrics.init()
« no previous file with comments | « infra_libs/ts_mon/common/test/targets_test.py ('k') | infra_libs/ts_mon/distribution.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698