diff options
author | 2024-11-26 16:33:46 +0000 | |
---|---|---|
committer | 2024-12-04 14:19:59 +0000 | |
commit | 9d14873af2c4f0ca2221b1be3291c039a2e1ac6e (patch) | |
tree | 05696b69e252bc40cf555d0c3c31419e4444f664 /k6-tests | |
parent | 49c48df725d462a2085d37fc055df399c2dbd4fc (diff) |
Add persistent storage to prometheus
- add healthcheck to ensure prometheus service is running correctly and
restarts it if it becomes unhealthy
- set the data retention time to 30d
- update readme
Issue-ID: CPS-2466
Change-Id: I0f6186f8577e8e0113831ed040298b823e33d624
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'k6-tests')
-rwxr-xr-x | k6-tests/run-k6-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/run-k6-tests.sh b/k6-tests/run-k6-tests.sh index 8c4048ba8c..74021ec28b 100755 --- a/k6-tests/run-k6-tests.sh +++ b/k6-tests/run-k6-tests.sh @@ -20,7 +20,7 @@ set -o nounset # Disallow expansion of unset variables set -o pipefail # Use last non-zero exit code in a pipeline #set -o xtrace # Uncomment for debugging -# default is empty string, which means performance tests +# Default test profile is kpi. testProfile=${1:-kpi} on_exit() { |