removed hardcoded debug value

This commit is contained in:
Maurizio Noseda Pedraglio 2022-10-05 11:13:53 +02:00
parent 338ffe4f6a
commit bebe9ed110
1 changed files with 1 additions and 3 deletions

View File

@ -36,9 +36,7 @@ def create_metrics(monitoring_project):
existing_metrics.append(desc.type)
limits_dict = {}
with open(
"/Users/mnoseda/Fabric/cloud-foundation-fabric/blueprints/cloud-operations/network-dashboard/cloud-function/metrics.yaml",
'r') as stream:
with open("./metrics.yaml", 'r') as stream:
try:
metrics_dict = yaml.safe_load(stream)