Refreshing osm_metrics stack 81/6681/8
authorlavado <glavado@whitestack.com>
Wed, 10 Oct 2018 21:44:28 +0000 (23:44 +0200)
committerlavado <glavado@whitestack.com>
Fri, 19 Oct 2018 21:50:20 +0000 (16:50 -0500)
commit6021624aec365ab77c770b5880f40b4f711624e2
tree59c132d97b880e43afdd960397ddb25cdb730718
parent023a6c145bed7e7bcb215c061c59efb8b287a50f
Refreshing osm_metrics stack

Moves Prometheus installation to OSM Core for it to be available for MON Collector.
Sets Prometheus version to v2.4.3
Copies prometheus.yml file to the working dir
Modifies configurations in Prometheus to leverage new MON exporter.
Modifies OSM Sample Dashboard at Grafana to point to new metric names.
Removes "Kafka Exporter" container (previous workaround to get metrics from bus)

Signed-off-by: lavado <glavado@whitestack.com>
Change-Id: I15451f717d9ee1cfbdee266a84ed29398360ed94
installers/docker/docker-compose.yaml
installers/docker/osm_metrics/docker-compose.yml
installers/docker/osm_metrics/kafka-exporter/Dockerfile [deleted file]
installers/docker/osm_metrics/kafka-exporter/initscript.sh [deleted file]
installers/docker/osm_metrics/kafka-exporter/kafka-topic-exporter.properties [deleted file]
installers/docker/osm_metrics/kafka-exporter/mon_to_kafka_exporter.py [deleted file]
installers/docker/osm_metrics/osm-sample-dashboard.json
installers/docker/osm_metrics/prometheus.yml [deleted file]
installers/docker/prometheus.yml [new file with mode: 0644]
installers/full_install_osm.sh