Change-Id: I6bcf6df2c5609394d92a8a7838f53cb06154bf88
Signed-off-by: bravof <fbravo@whitestack.com>
def populate_prometheus(self):
# This method can be executed infinite number of times
# without side-effects.
- self.common_db.common_db.set_one(
+ log.info("Setting up MON Exporter in prometheus")
+ result = self.common_db.common_db.set_one(
"prometheus_jobs", {"job_name": "mon_exporter"}, {
"job_name": "mon_exporter",
"static_configs": [
fail_on_empty=False,
upsert=True
)
+ log.info("Prometheus Jobs added > {}".format(result))