Skip to content

Commit

Permalink
fixed prometheus url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick authored Jun 12, 2018
1 parent 6777fcd commit 570d5f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/vistio/values-with-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vistioConfig:
clusterConnections:
# Total requests per second coming into the ingress controller from internet
- query: sum(rate(istio_request_count{destination_service="istio-ingressgateway.istio-system.svc.cluster.local"}[1m])) by (response_code)
prometheusURL: http://prometheus.istio-system
prometheusURL: http://prometheus.istio-system:9090
source:
replacement: INTERNET
target:
Expand All @@ -26,7 +26,7 @@ vistioConfig:
maxVolume: 3000
serviceConnections:
- query: sum(rate(istio_request_count[1m])) by (source_service,destination_service,response_code)
prometheusURL: http://prometheus.istio-system
prometheusURL: http://prometheus.istio-system:9090
source:
label: source_service
target:
Expand All @@ -44,4 +44,4 @@ vistioConfig:
# Warning alert at 1%
warning: .01
# Error alert at 5%
error: .05
error: .05

0 comments on commit 570d5f8

Please sign in to comment.