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

Unified Diff: scripts/master/master_utils.py

Issue 2255333002: Revert of Re-land "Make Buildbot masters send ts_mon metrics, and add standard HTTP server metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | « masters/buildbot.tac ('k') | scripts/master/monitoring_status_receiver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/master_utils.py
diff --git a/scripts/master/master_utils.py b/scripts/master/master_utils.py
index b75f74e4204505f50b05534ef3f08ac8324d06e5..ecd3d744c7e06a53b26dfc3e11c8a010b7598e74 100644
--- a/scripts/master/master_utils.py
+++ b/scripts/master/master_utils.py
@@ -28,7 +28,6 @@
from common import chromium_utils
from master import buildbucket
from master import cbe_json_status_push
-from master import monitoring_status_receiver
from master import pubsub_json_status_push
from master import status_logger
import config
@@ -429,9 +428,8 @@
web_template_globals=web_template_globals,
**kwargs))
- # Add a status logger and a ts_mon flushing receiver.
+ # Add a status logger.
c['status'].append(status_logger.StatusEventLogger())
- c['status'].append(monitoring_status_receiver.MonitoringStatusReceiver())
# Keep last build logs, the default is too low.
c['buildHorizon'] = 1000
« no previous file with comments | « masters/buildbot.tac ('k') | scripts/master/monitoring_status_receiver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698