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

Unified Diff: appengine/swarming/main.py

Issue 2534943002: Upload basic info about completed swarming tasks to event_mon (Closed)
Patch Set: fixes Created 4 years, 1 month 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 | « appengine/swarming/gae_event_mon ('k') | appengine/swarming/server/task_scheduler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/main.py
diff --git a/appengine/swarming/main.py b/appengine/swarming/main.py
index 0a5eca6b0945e618e6538ccd1c66397ae606ab3d..3c0c9072fdaba03c621bb1f971b154cd0f1ac339 100644
--- a/appengine/swarming/main.py
+++ b/appengine/swarming/main.py
@@ -22,6 +22,7 @@ from components import ereporter2
import handlers_endpoints
import handlers_frontend
+import event_mon_metrics
import ts_mon_metrics
from server import config
@@ -47,6 +48,7 @@ def create_application():
config.ConfigApi,
])
+ event_mon_metrics.initialize()
ts_mon_metrics.initialize()
return frontend_app, api, main.APP
« no previous file with comments | « appengine/swarming/gae_event_mon ('k') | appengine/swarming/server/task_scheduler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698