Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef authored and yorugac committed Jan 5, 2023
1 parent 731e368 commit ce639bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ spec:
configMap:
name: crocodile-stress-test
file: test.js
arguments: -o output-prometheus-remote
arguments: -o xk6-prometheus-rw
runner:
image: k6-prometheus:local
env:
Expand All @@ -335,7 +335,7 @@ spec:
```

Note that we are replacing the test job image (`k6-prometheus:latest`), passing required arguments to `k6`
(`-o output-prometheus-remote`), and also setting the environment variable to the runner (`K6_PROMETHEUS_REMOTE_URL`).
(`-o xk6-prometheus-rw`), and also setting the environment variable to the runner (`K6_PROMETHEUS_REMOTE_URL`).

<!-- If using the Prometheus Operator, you'll also need to create a pod monitor:

Expand Down

0 comments on commit ce639bc

Please sign in to comment.