summaryrefslogtreecommitdiffstats
path: root/tools/performance/local/prometheus.yml
diff options
context:
space:
mode:
authorIzabela Zawadzka <izabela.zawadzka@nokia.com>2019-07-16 08:12:32 +0200
committerIzabela Zawadzka <izabela.zawadzka@nokia.com>2019-07-17 10:02:20 +0200
commitbc9692310ada044194f67ee7ddd13a696354c8c3 (patch)
tree6b37607220733a8b60abca466d0ccf23ae766245 /tools/performance/local/prometheus.yml
parenta313a7fb4ba81e960397ec432ce02c28804a44b4 (diff)
Setup grafana for local performance tests
Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com> Issue-ID: DCAEGEN2-1666 Change-Id: I49bfccd30e4089a30a235957d3f1a404bfba5e76
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']