From 1067d5ec8db72b3e2bbbe62d43b1e77bcc2e5d1c Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Tue, 13 Feb 2024 17:06:20 +0100 Subject: [PATCH] changed telemetry endpoint for funtests (#571) Signed-off-by: Tullio Sebastiani --- CI/config/common_test_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/config/common_test_config.yaml b/CI/config/common_test_config.yaml index 550c5478..e1bf197a 100644 --- a/CI/config/common_test_config.yaml +++ b/CI/config/common_test_config.yaml @@ -29,7 +29,7 @@ tunings: daemon_mode: False # Iterations are set to infinity which means that the kraken will cause chaos forever. telemetry: enabled: False # enable/disables the telemetry collection feature - api_url: https://ulnmf9xv7j.execute-api.us-west-2.amazonaws.com/production #telemetry service endpoint + api_url: https://yvnn4rfoi7.execute-api.us-west-2.amazonaws.com/test #telemetry service endpoint username: $TELEMETRY_USERNAME # telemetry service username password: $TELEMETRY_PASSWORD # telemetry service password prometheus_namespace: 'prometheus-k8s' # prometheus namespace