From 6777fcdddbc3b4c15e0ea64a1f8d4b23a0392d03 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 11 Jun 2018 20:11:49 -0500 Subject: [PATCH] fixed prometheus url --- helm/vistio/values-mesh-only.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/vistio/values-mesh-only.yaml b/helm/vistio/values-mesh-only.yaml index 8b675a7..c5d2f1b 100644 --- a/helm/vistio/values-mesh-only.yaml +++ b/helm/vistio/values-mesh-only.yaml @@ -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: @@ -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: @@ -46,4 +46,4 @@ vistioConfig: # Warning alert at 1% warning: .01 # Error alert at 5% - error: .05 \ No newline at end of file + error: .05