Bug Fix - 2305: Automated scaling of Vnf is not happening through metrics collected... 21/14421/1 v15.0
authorRahul Kumar <rahul.k4@tataelxsi.co.in>
Thu, 9 Nov 2023 08:49:03 +0000 (08:49 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 11 Jun 2024 13:51:35 +0000 (15:51 +0200)
Change-Id: I5e7049693ccdffbe263b44cb16b7e0a155886207
Signed-off-by: Rahul Kumar <rahul.k4@tataelxsi.co.in>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_mon/collector/vnf_collectors/openstack.py

index 514245b..6aedf88 100644 (file)
@@ -148,7 +148,10 @@ class OpenstackCollector(BaseVimCollector):
                     if type(self.backend) is PrometheusTSBDBackend:
                         openstack_metric_name = self.backend.map_metric(metric_name)
                     else:
-                        openstack_metric_name = METRIC_MAPPINGS[metric_name]
+                        try:
+                            openstack_metric_name = METRIC_MAPPINGS[metric_name]
+                        except KeyError:
+                            continue
                     metric_type = self._get_metric_type(metric_name)
                     try:
                         resource_id = self._get_resource_uuid(