diff --git a/scribe/hub/service.py b/scribe/hub/service.py index 01e6b99..e1a05fd 100644 --- a/scribe/hub/service.py +++ b/scribe/hub/service.py @@ -94,6 +94,7 @@ class HubServerService(BlockchainReaderService): yield self.start_cancellable(self.es_notification_client.maintain_connection) yield self.start_cancellable(self.refresh_blocks_forever) yield self.finished_initial_catch_up.wait() + yield self.start_prometheus() yield self.start_cancellable(self.receive_es_notifications) yield self.session_manager.search_index.start() yield self.start_cancellable(self.session_manager.serve, self.mempool)