Add metric threshold range to e2e tests

This commit is contained in:
stefanprodan
2020-02-08 15:14:52 +02:00
parent 228954b5db
commit e4e92b3353

View File

@@ -40,12 +40,14 @@ spec:
threshold: 10
iterations: 5
metrics:
- name: request-success-rate
threshold: 99
interval: 1m
- name: request-duration
threshold: 500
interval: 30s
- name: request-success-rate
interval: 1m
thresholdRange:
min: 99
- name: request-duration
interval: 30s
thresholdRange:
max: 500
webhooks:
- name: "gate"
type: confirm-rollout