From aa8f80ead3b868af649663fb9f2205f3cf5f0265 Mon Sep 17 00:00:00 2001 From: Gidi233 Date: Tue, 3 Sep 2024 12:16:59 +0800 Subject: [PATCH] Change example Signed-off-by: Gidi233 --- examples/rollout/ab-testingNginx.yaml | 2 +- examples/rollout/blue_greenNginx.yaml | 2 +- examples/rollout/canaryKuma.yaml | 2 +- examples/rollout/canaryNginx.yaml | 2 +- examples/rollout/canaryWithCustomMetric.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/rollout/ab-testingNginx.yaml b/examples/rollout/ab-testingNginx.yaml index 744ccb0a..f9d29e65 100644 --- a/examples/rollout/ab-testingNginx.yaml +++ b/examples/rollout/ab-testingNginx.yaml @@ -45,7 +45,7 @@ spec: checkIntervalSeconds: 90 checkFailedTimes: 2 metrics: - - name: my-metric + - name: nginx-request-success-rate intervalSeconds: 90 thresholdRange: min: 99 diff --git a/examples/rollout/blue_greenNginx.yaml b/examples/rollout/blue_greenNginx.yaml index 8cb75610..75f07ecd 100644 --- a/examples/rollout/blue_greenNginx.yaml +++ b/examples/rollout/blue_greenNginx.yaml @@ -38,7 +38,7 @@ spec: checkIntervalSeconds: 90 checkFailedTimes: 2 metrics: - - name: my-metric + - name: nginx-request-success-rate intervalSeconds: 90 thresholdRange: min: 99 diff --git a/examples/rollout/canaryKuma.yaml b/examples/rollout/canaryKuma.yaml index 1fb50867..1e102fbd 100644 --- a/examples/rollout/canaryKuma.yaml +++ b/examples/rollout/canaryKuma.yaml @@ -39,7 +39,7 @@ spec: checkIntervalSeconds: 90 checkFailedTimes: 2 metrics: - - name: my-metric + - name: kuma-request-success-rate intervalSeconds: 90 thresholdRange: min: 99 diff --git a/examples/rollout/canaryNginx.yaml b/examples/rollout/canaryNginx.yaml index a3f45685..e8bb2080 100644 --- a/examples/rollout/canaryNginx.yaml +++ b/examples/rollout/canaryNginx.yaml @@ -40,7 +40,7 @@ spec: checkIntervalSeconds: 90 checkFailedTimes: 2 metrics: - - name: my-metric + - name: nginx-request-success-rate intervalSeconds: 90 thresholdRange: min: 99 diff --git a/examples/rollout/canaryWithCustomMetric.yaml b/examples/rollout/canaryWithCustomMetric.yaml index 4d3f87c7..f7b51fe0 100644 --- a/examples/rollout/canaryWithCustomMetric.yaml +++ b/examples/rollout/canaryWithCustomMetric.yaml @@ -47,7 +47,7 @@ spec: intervalSeconds: 90 thresholdRange: min: 99 - - name: my-metric + - name: istio-request-success-rate intervalSeconds: 90 thresholdRange: max: 99