X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FMON.git;a=blobdiff_plain;f=osm_mon%2Fcollector%2Fvnf_collectors%2Fvrops%2Fvrops_helper.py;fp=osm_mon%2Fcollector%2Fvnf_collectors%2Fvrops%2Fvrops_helper.py;h=8164510c764d25456d44f072387fc635f18aab43;hp=219632664e29139d5bdb7d31e366a4f6f5446a3b;hb=56ae1cf6936ebbf6a25f3abb612495d5c3a4adb0;hpb=fbc255ac43319f61486773b5aaef3fef4edaeeea diff --git a/osm_mon/collector/vnf_collectors/vrops/vrops_helper.py b/osm_mon/collector/vnf_collectors/vrops/vrops_helper.py index 2196326..8164510 100644 --- a/osm_mon/collector/vnf_collectors/vrops/vrops_helper.py +++ b/osm_mon/collector/vnf_collectors/vrops/vrops_helper.py @@ -103,7 +103,6 @@ class vROPS_Helper: return resource_list def get_metrics(self, vdu_mappings={}, monitoring_params={}, vnfr=None, tags={}): - monitoring_keys = {} # Collect the names of all the metrics we need to query for metric_entry in monitoring_params: @@ -132,7 +131,6 @@ class vROPS_Helper: vdu_mappings = sanitized_vdu_mappings try: - # Now we can make a single call to vROPS to collect all relevant metrics for resources we need to monitor api_url = ( "/suite-api/api/resources/stats?IntervalType=MINUTES&IntervalCount=1"