Add the build worker and job count information to the charts

This commit is contained in:
Joseph Schorr 2015-01-28 17:12:33 -05:00
parent 63cd6ffcc3
commit d359c849cd
9 changed files with 134 additions and 9 deletions

View file

@ -49,6 +49,9 @@ class BuildComponent(BaseComponent):
BaseComponent.__init__(self, config, **kwargs)
def kind(self):
return 'builder'
def onConnect(self):
self.join(self.builder_realm)