Skip to content

Commit

Permalink
Task/moved statsd to prometheus (#29)
Browse files Browse the repository at this point in the history
* both outputs

Signed-off-by: almudena vivanco <[email protected]>

* rw

Signed-off-by: almudena vivanco <[email protected]>

* missing a -

Signed-off-by: almudena vivanco <[email protected]>

* added rw configs

Signed-off-by: almudena vivanco <[email protected]>

---------

Signed-off-by: almudena vivanco <[email protected]>
Co-authored-by: almudena vivanco <[email protected]>
  • Loading branch information
MrsDaehin and almudena vivanco authored Dec 12, 2023
1 parent cc9a0a3 commit ac34de5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ 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=$(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"

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

Expand Down

0 comments on commit ac34de5

Please sign in to comment.