[#232] grpc metrics

This commit is contained in:
Ilyas Niyazov 2024-05-31 09:44:17 +03:00 committed by Andrey Berezin
parent e7423938e9
commit ea1b348120
4 changed files with 71 additions and 0 deletions

View file

@ -19,3 +19,7 @@ class Healthcheck(ABC):
@abstractmethod
def services_healthcheck(self, cluster_node: ClusterNode):
"""Perform service status check on target cluster node"""
@abstractmethod
def tree_healthcheck(self, cluster_node: ClusterNode):
"""Perform tree healthcheck on target cluster node"""