diff --git a/helm-guestbook/templates/cluster_analysis.yaml b/helm-guestbook/templates/cluster_analysis.yaml index 47b6858..ccc493d 100644 --- a/helm-guestbook/templates/cluster_analysis.yaml +++ b/helm-guestbook/templates/cluster_analysis.yaml @@ -11,8 +11,8 @@ spec: address: "http://a0179abbebc504fe1a02cc2868d10d20-1436141555.us-east-2.elb.amazonaws.com:9090" query: | sum(irate( - istio_requests_total{reporter="source",destination_service=~"{{ template "helm-guestbook.fullname" . }}.default.svc.cluster.local",response_code!~"5.*"}[5m] + istio_requests_total{reporter="source",destination_service=~"{{ template "helm-guestbook.fullname" . }}",response_code!~"5.*"}[5m] )) / sum(irate( - istio_requests_total{reporter="source",destination_service=~"{{ template "helm-guestbook.fullname" . }}.default.svc.cluster.local"}[5m] + istio_requests_total{reporter="source",destination_service=~"{{ template "helm-guestbook.fullname" . }}"}[5m] )) \ No newline at end of file