Skip to content

Commit

Permalink
both outputs
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 2, 2023
1 parent cc9a0a3 commit 602ed0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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/v1/write
PROMETHEUS_NAMESPACE ?= prometheus-performance
K6_OPERATOR_NAMESPACE = k6-operator-system
REPO_URL ?= https://github.com/kedacore/keda-performance.git
Expand Down Expand Up @@ -141,7 +142,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.extraArgs="--out cloud --tag testCase=ScaledObject"
--set test.extraConfig.K6_PROMETHEUS_RW_SERVER_URL=$(GRAFANA_PROMETHEUS_RW_SERVER_URL) \
--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"

./hack/wait-test-case.sh $(K6_OPERATOR_NAMESPACE)

Expand Down

0 comments on commit 602ed0a

Please sign in to comment.