Ejemplo n.º 1
0
 def rpc_metrics(self):
     """
     Display collected metrics
     """
     try:
         return display_metrics()
     except Exception as e:  # pragma: no cover
         self.logger.error(e)
Ejemplo n.º 2
0
def test_noop_display_metrics():
    """Just ensure the function runs without error"""
    display_metrics()