Add mon-exporter as scrape target in Prometheus
[osm/devops.git] / installers / docker / osm_pods / prometheus.yaml
index 2610710..241ed72 100644 (file)
@@ -73,8 +73,10 @@ data:
 
     # A scrape configuration containing exactly one endpoint to scrape:
     # Here it's Prometheus itself.
-    scrape_configs: []
-    # scrape_configs:
+    scrape_configs:
+      - job_name: 'mon_exporter'
+        static_configs:
+        - targets: ['mon:8000']
       # Add here other external targets, e.g. a pushgateway
       # - job_name: 'pushgateway'
       #   static_configs: