fix prometheus

This commit is contained in:
Jack Robison 2022-03-22 21:56:23 -04:00
parent 356e613b24
commit 5e2d5e98b3
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -94,6 +94,7 @@ class HubServerService(BlockchainReaderService):
yield self.start_cancellable(self.es_notification_client.maintain_connection) yield self.start_cancellable(self.es_notification_client.maintain_connection)
yield self.start_cancellable(self.refresh_blocks_forever) yield self.start_cancellable(self.refresh_blocks_forever)
yield self.finished_initial_catch_up.wait() yield self.finished_initial_catch_up.wait()
yield self.start_prometheus()
yield self.start_cancellable(self.receive_es_notifications) yield self.start_cancellable(self.receive_es_notifications)
yield self.session_manager.search_index.start() yield self.session_manager.search_index.start()
yield self.start_cancellable(self.session_manager.serve, self.mempool) yield self.start_cancellable(self.session_manager.serve, self.mempool)