add openstack-export support
[bottlenecks.git] / monitor / config / prometheus.yaml
index b218711..4ece441 100644 (file)
@@ -50,3 +50,11 @@ scrape_configs:
 
     static_configs:
       - targets: ['192.168.114.2:9100']
+
+  - job_name: 'openstack'
+
+    # Override the global default and scrape targets from this job every 5 seconds.
+    scrape_interval: 5s
+
+    static_configs:
+      - targets: ['192.168.114.2:9104']