From eae951d9a43869af46ddd5f3536f1f5deea46b58 Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Tue, 17 Nov 2020 13:00:54 +0100 Subject: [PATCH] chore(policies) change mads port (#314) Signed-off-by: Jakub Dyszkiewicz --- docs/docs/0.7.3/policies/traffic-metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/0.7.3/policies/traffic-metrics.md b/docs/docs/0.7.3/policies/traffic-metrics.md index 41b54f276..d1f0e347e 100644 --- a/docs/docs/0.7.3/policies/traffic-metrics.md +++ b/docs/docs/0.7.3/policies/traffic-metrics.md @@ -158,11 +158,11 @@ First, you need to run `kuma-prometheus-sd`, e.g. by using the following command ```shell kuma-prometheus-sd run \ - --cp-address=http://kuma-control-plane.internal:5681 \ + --cp-address=http://kuma-control-plane.internal:5676 \ --output-file=/var/run/kuma-prometheus-sd/kuma.file_sd.json ``` -The above configuration tells `kuma-prometheus-sd` to talk to `Kuma` Control Plane at [http://kuma-control-plane.internal:5681](http://kuma-control-plane.internal:5681) and save the list of dataplanes to `/var/run/kuma-prometheus-sd/kuma.file_sd.json`. +The above configuration tells `kuma-prometheus-sd` to talk to `Kuma` Control Plane at [http://kuma-control-plane.internal:5676](http://kuma-control-plane.internal:5676) and save the list of dataplanes to `/var/run/kuma-prometheus-sd/kuma.file_sd.json`. Then, you need to set up `Prometheus` to read from that file, e.g. by using `prometheus.yml` config with the following contents: