Exemplo n.º 1
0
 def rpc_get_metric_tags(self, project):
     """Hash of dimentions and there metrics.
     """
     if not project:
         return {"status": "error", "message": "project doesnt exist"}
     return Aggregate.get_dimentions(project.ph_id)