Add mon-exporter as scrape target in Prometheus
[osm/devops.git] / installers / docker / osm_pods / ng-prometheus.yaml
index 56aca67..ebef7a9 100644 (file)
@@ -85,6 +85,9 @@ data:
     # A scrape configuration containing exactly one endpoint to scrape:
     # Here it's Prometheus itself.
     scrape_configs:
+      - job_name: 'mon_exporter'
+        static_configs:
+        - targets: ['mon:8000']
       - job_name: pushgateway
         honor_labels: true
         scrape_interval: 30s