예제 #1
0
파일: perf_hier.py 프로젝트: ciju/perf-hier
 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)