Skip to content

Commit

Permalink
Use metrics alias in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Apr 12, 2019
1 parent 352ed89 commit 4ab9cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ spec:
maxWeight: 50
stepWeight: 10
metrics:
- name: istio_requests_total
- name: request-success-rate
threshold: 99
interval: 1m
- name: istio_request_duration_seconds_bucket
- name: request-duration
threshold: 500
interval: 30s
- name: "404s percentage"
Expand Down

0 comments on commit 4ab9cea

Please sign in to comment.