From 43306bdd2e9e39cf639eef920bc0fc4e156bb48c Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 13 Apr 2021 13:12:00 -0400 Subject: [PATCH] rate updated --- helm-guestbook/templates/cluster_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/templates/cluster_analysis.yaml b/helm-guestbook/templates/cluster_analysis.yaml index 406efa2..f0b0f96 100644 --- a/helm-guestbook/templates/cluster_analysis.yaml +++ b/helm-guestbook/templates/cluster_analysis.yaml @@ -8,7 +8,7 @@ spec: metrics: - name: success-rate # successCondition: isNaN(result[0]) || result[0] >= 0.10 - successCondition: result[0] >= 4 || isNaN(result[0]) + successCondition: result[0] >= 0.01 provider: prometheus: address: "http://52.149.216.245:9090"