fix prometheus
This commit is contained in:
parent
356e613b24
commit
5e2d5e98b3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue