Skip to content

Commit

Permalink
added rw configs
Browse files Browse the repository at this point in the history
Signed-off-by: almudena vivanco <[email protected]>
  • Loading branch information
almudena vivanco committed Dec 5, 2023
1 parent eb28e15 commit 7c78cac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ KEDA_VERSION ?= main

GRAFANA_PROMETHEUS_URL_PUSH ?= $(TF_GRAFANA_PROMETHEUS_URL)/api/prom/push
GRAFANA_PROMETHEUS_URL_QUERY ?= $(TF_GRAFANA_PROMETHEUS_URL)/api/prom
GRAFANA_PROMETHEUS_RW_SERVER_URL ?= $(TF_GRAFANA_PROMETHEUS_URL)/api/prom/push
PROMETHEUS_NAMESPACE ?= prometheus-performance
K6_OPERATOR_NAMESPACE = k6-operator-system
REPO_URL ?= https://github.com/kedacore/keda-performance.git
Expand Down Expand Up @@ -142,7 +141,9 @@ execute-k6-scaled-object-case:
--set test.extraConfig.PROMETHEUS_USER=$(TF_GRAFANA_PROMETHEUS_USER) \
--set test.extraConfig.PROMETHEUS_PASSWORD=$(TF_GRAFANA_PROMETHEUS_PASSWORD) \
--set test.extraConfig.INJECT_FAULTS=$(INJECT_FAULTS) \
--set test.extraConfig.K6_PROMETHEUS_RW_SERVER_URL=$(GRAFANA_PROMETHEUS_RW_SERVER_URL) \
--set test.extraConfig.K6_PROMETHEUS_RW_SERVER_URL=$(TF_GRAFANA_PROMETHEUS_URL) \
--set test.extraConfig.K6_PROMETHEUS_RW_USERNAME=$(TF_GRAFANA_PROMETHEUS_USER) \
--set test.extraConfig.K6_PROMETHEUS_RW_PASSWORD=$(TF_GRAFANA_PROMETHEUS_PASSWORD) \
--set test.extraConfig.K6_PROMETHEUS_RW_TREND_STATS=p(95),p(99),min,max \
--set test.extraArgs="--out cloud --out experimental-prometheus-rw --tag testCase=ScaledObject"

Expand Down

0 comments on commit 7c78cac

Please sign in to comment.