From 78f31aa570da3abe7abaa230073fa226e1dd6098 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Wed, 27 May 2020 23:24:17 +0530 Subject: [PATCH] Fixed health url for Dex in prometheus blackbox --- .../manifests/scrape-configs/scrape-blackbox-dex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/monitoring/prometheus/manifests/scrape-configs/scrape-blackbox-dex.yaml b/components/monitoring/prometheus/manifests/scrape-configs/scrape-blackbox-dex.yaml index 7f795709..da783799 100644 --- a/components/monitoring/prometheus/manifests/scrape-configs/scrape-blackbox-dex.yaml +++ b/components/monitoring/prometheus/manifests/scrape-configs/scrape-blackbox-dex.yaml @@ -8,7 +8,7 @@ metrics_path: /probe scheme: http static_configs: - targets: - - (( .imports.identity.export.identity_url "/healthz" )) + - (( .imports.identity.export.issuer_url "/healthz" )) labels: purpose: availability relabel_configs: