Adds partial support for interface metrics in OpenStack plugin 92/7392/2
authorBenjamin Diaz <bdiaz@whitestack.com>
Thu, 4 Apr 2019 19:33:01 +0000 (16:33 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Wed, 10 Apr 2019 19:38:56 +0000 (16:38 -0300)
commit197909586553113bb7e28124f96d4a239f5a94b2
treea4f9af83492844018b8e489517cfd9d5d528fc39
parent2bdf4023aa0e0c4d61af6af969fb8c90522e2fe0
Adds partial support for interface metrics in OpenStack plugin

Adds support for 'packets_in_dropped', 'packets_out_dropped', 'packets_received', 'packets_sent'
All of this metrics correspond to a sum of the metric for each interface in the vdu

Change-Id: I93b4fb760b927f98417ae2e65a27c0c2b3fb5b6f
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
osm_mon/collector/vnf_collectors/openstack.py
osm_mon/collector/vnf_metric.py