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 98789a8 commit 6777fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/vistio/values-mesh-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vistioConfig:
clusterConnections:
# Total requests per second of the mesh
- query: sum(rate(istio_request_count[1m])) by (response_code)
prometheusURL: http://prometheus.istio-system
prometheusURL: http://prometheus.istio-system:9090
source:
replacement: "Total Mesh Requests"
target:
Expand All @@ -28,7 +28,7 @@ vistioConfig:
maxVolume: 100
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 @@ -46,4 +46,4 @@ vistioConfig:
# Warning alert at 1%
warning: .01
# Error alert at 5%
error: .05
error: .05

0 comments on commit 6777fcd

Please sign in to comment.