Adds MON Prometheus exporter
Adds a new MON component called mon-exporter, which collects
vdu infra metrics and exposes them through a webservice
by using prometheus_client. This webservice follows the Prometheus
exporter format so it can be integrated as a target so that
it polls metrics from there.
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: Iaf2073879d884d0597aa8341f7b6fbbbc3d86e7e
diff --git a/requirements.txt b/requirements.txt
index fd9c838..a1582fa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33,4 +33,5 @@
bottle==0.12.*
peewee==3.1.*
pyyaml==3.*
+prometheus_client==0.4.*
git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
\ No newline at end of file