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: