From b1b458428b644e0df7957e3137bc75d658d68ab1 Mon Sep 17 00:00:00 2001 From: "Yang (Gabriel) Yu" Date: Thu, 24 May 2018 14:37:06 +0800 Subject: add openstack-export support add openstack-exporter and enable ovs plugin in Barometer Changes: 1. Add openstack-exporter docker 2. Add opnestack grafana dashboard Change-Id: Ifd3416ad1dc48075e98c190b2048c7760f686bcb Signed-off-by: Yang (Gabriel) Yu --- monitor/config/prometheus.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'monitor/config/prometheus.yaml') diff --git a/monitor/config/prometheus.yaml b/monitor/config/prometheus.yaml index b218711d..4ece441a 100644 --- a/monitor/config/prometheus.yaml +++ b/monitor/config/prometheus.yaml @@ -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'] -- cgit 1.2.3-korg