From 9d14873af2c4f0ca2221b1be3291c039a2e1ac6e Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Tue, 26 Nov 2024 16:33:46 +0000 Subject: 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 --- docker-compose/README.md | 30 +++++++++++++++++++++++++++++- docker-compose/docker-compose.yml | 14 ++++++++++++-- k6-tests/run-k6-tests.sh | 2 +- 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/docker-compose/README.md b/docker-compose/README.md index de1fbe296c..ea5a2a7610 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -1,7 +1,7 @@