Adds support for Juju metrics in collector 57/6757/1
authorBenjamin Diaz <bdiaz@whitestack.com>
Tue, 23 Oct 2018 22:44:26 +0000 (19:44 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Wed, 24 Oct 2018 18:26:23 +0000 (15:26 -0300)
commit91b1018e1c84758bbc47394f50d04fe3ee81d812
treec1bddee0ebe5afed55debd390c33987f4b137689
parent4da146638bc3838270fa41c9f9fb91961f726c97
Adds support for Juju metrics in collector

MON now collects VNF metrics defined in the VNFD in the metrics
section. This are obtained through N2VC.
Prometheus exporter now exposes this metrics.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
debian/python3-osm-mon.postinst
docker/Dockerfile
osm_mon/cmd/mon_prometheus_exporter.py
osm_mon/collector/collector.py
osm_mon/collector/prometheus_exporter.py
osm_mon/common/common_db_client.py
osm_mon/core/message_bus/common_consumer.py
osm_mon/core/settings.py
osm_mon/test/collector/test_collector.py
requirements.txt
setup.py