From 8c8b83ed4ea947cb407b2103605fbe68254573df Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Thu, 20 Feb 2025 17:14:33 -0500 Subject: [PATCH] doc: fix broken kuma.io link (#16028) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doc: fix broken kuma.io link I'm not actually familiar with kuma, but I noticed this link was broken, and I believe the one I've found here is equivalent. Signed-off-by: Ian Kerins Signed-off-by: Björn Rabenstein Co-authored-by: Björn Rabenstein --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index d2edae26bd..9b1514942a 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1915,7 +1915,7 @@ which automates the Prometheus setup on top of Kubernetes. Kuma SD configurations allow retrieving scrape target from the [Kuma](https://kuma.io) control plane. -This SD discovers "monitoring assignments" based on Kuma [Dataplane Proxies](https://kuma.io/docs/latest/documentation/dps-and-data-model), +This SD discovers "monitoring assignments" based on Kuma [Dataplane Proxies](https://kuma.io/docs/latest/production/dp-config/dpp/#data-plane-proxy), via the MADS v1 (Monitoring Assignment Discovery Service) xDS API, and will create a target for each proxy inside a Prometheus-enabled mesh.