Changes way metrics are collected, removing the use of mon-proxy
Collector now collects vim metrics directly, without to send kafka msgs
to mon-proxy. Also a plugin/backend model has been implemented to ease
possible inclusions of other vims and tsbds in the future.
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: I554a4f5e410a31ec70aa301c8aa819b1f03a3857
diff --git a/requirements.txt b/requirements.txt
index f9b4407..e0dba98 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34,5 +34,6 @@
peewee==3.1.*
pyyaml==3.*
prometheus_client==0.4.*
+gnocchiclient==7.0.*
git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
git+https://osm.etsi.org/gerrit/osm/N2VC.git#egg=n2vc
\ No newline at end of file