aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/prometheus.yml
diff options
context:
space:
mode:
authorPiotr Wielebski <piotr.wielebski@nokia.com>2019-08-06 08:04:16 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-06 08:04:16 +0000
commit5e94e2e955615167e9fd8dec69e2e67a7a337dac (patch)
tree58149418b10d544b244113f6372bc3d27f7dd211 /tools/performance/local/prometheus.yml
parentada6abda93771b4912ceddcbc7c2fd820700fc28 (diff)
parentbc9692310ada044194f67ee7ddd13a696354c8c3 (diff)
Merge "Setup grafana for local performance tests"
Diffstat (limited to 'tools/performance/local/prometheus.yml')
-rw-r--r--tools/performance/local/prometheus.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/tools/performance/local/prometheus.yml b/tools/performance/local/prometheus.yml
index b9a937c2..074b2dca 100644
--- a/tools/performance/local/prometheus.yml
+++ b/tools/performance/local/prometheus.yml
@@ -8,7 +8,17 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- - job_name: 'kafka-consumer'
+ - job_name: 'kafka-processing-consumer'
metrics_path: '/monitoring/prometheus'
static_configs:
- - targets: ['kafka-consumer:6062']
+ - targets: ['kafka-processing-consumer:6063']
+
+ - job_name: 'kafka-offset-consumer'
+ metrics_path: '/monitoring/prometheus'
+ static_configs:
+ - targets: ['kafka-offset-consumer:6062']
+
+ - job_name: 'ves-hv-collector'
+ metrics_path: '/monitoring/prometheus'
+ static_configs:
+ - targets: ['ves-hv-collector:6060']