From b373b4f0e193b84908f1671202a39e20c09a2a47 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Tue, 30 Jul 2019 09:32:56 +0200 Subject: Add Prometheus deployment for HV-VES performance tests - cloud Script for cloud is updated with proper prometheus config and deployment. Change-Id: Icf2527e76bc2028807653313c8ec978d779c6ec9 Issue-ID: DCAEGEN2-1692 Signed-off-by: kjaniak --- tools/performance/cloud/producer-pod.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/performance/cloud/producer-pod.yaml') diff --git a/tools/performance/cloud/producer-pod.yaml b/tools/performance/cloud/producer-pod.yaml index b3248cba..9381b582 100755 --- a/tools/performance/cloud/producer-pod.yaml +++ b/tools/performance/cloud/producer-pod.yaml @@ -48,7 +48,13 @@ spec: configMapKeyRef: name: performance-test-config key: producer.message.interval + - name: CLIENTS_PER_CONTAINER + valueFrom: + configMapKeyRef: + name: performance-test-config + key: producer.client.count args: ["--address", "$(HV_VES_ADDRESS)", + "--clients", "$(CLIENTS_PER_CONTAINER)", "--msgsize", "$(MSG_SIZE)", "--msgcount", "$(MSG_COUNT)", "--intervalms", "$(INTERVAL_MS)"] -- cgit 1.2.3-korg