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

Unified Diff: scripts/master/buildbucket/poller.py

Issue 2103073002: Make Buildbot masters send ts_mon metrics, and add standard HTTP server metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@buildbot-tsmon
Patch Set: Vendor infra_libs into third_party 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
Index: scripts/master/buildbucket/poller.py
diff --git a/scripts/master/buildbucket/poller.py b/scripts/master/buildbucket/poller.py
index 720e52cf72e0900961fe792c117c44f05e825ec9..67c2518d07f2601e1ceb83f356b25e19e9baa9ba 100644
--- a/scripts/master/buildbucket/poller.py
+++ b/scripts/master/buildbucket/poller.py
@@ -35,6 +35,9 @@ class BuildBucketPoller(PollingChangeSource):
self.pollInterval = poll_interval
self.dry_run = dry_run
+ def describe(self):
+ return 'BuildBucketPoller'
+
@inlineCallbacks
def poll(self):
# Do not schedule multiple polling processes at a time.
« environment.cfg.py ('K') | « masters/buildbot.tac ('k') | scripts/master/master_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698