From 854377876ba9a39824750902764dba52b3e075ff Mon Sep 17 00:00:00 2001 From: mharazin Date: Thu, 9 Apr 2020 14:32:55 +0200 Subject: Get raw result of stress tests from prometheus Issue-ID: DCAEGEN2-1576 Signed-off-by: Mateusz Harazin Change-Id: I7c18c81f990bd7828e6507d1a7ac6ffc50d0d60e --- tools/performance/cloud/prometheus-deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/performance/cloud/prometheus-deployment.yaml') diff --git a/tools/performance/cloud/prometheus-deployment.yaml b/tools/performance/cloud/prometheus-deployment.yaml index d531f588..3f2d690d 100644 --- a/tools/performance/cloud/prometheus-deployment.yaml +++ b/tools/performance/cloud/prometheus-deployment.yaml @@ -39,6 +39,7 @@ spec: args: - "--config.file=/etc/prometheus/prometheus.yml" - "--storage.tsdb.path=/prometheus/" + - "--web.enable-admin-api" ports: - containerPort: 9090 volumeMounts: -- cgit 1.2.3-korg