From 944b47b5156d210c703a24ea60e0a4de23b164a6 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Wed, 25 Aug 2021 14:21:43 +0800 Subject: [PATCH] Fix dead link (#7560) --- docs/en/setup/istio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/istio/README.md b/docs/en/setup/istio/README.md index 3e2794b7d..63fb38d71 100644 --- a/docs/en/setup/istio/README.md +++ b/docs/en/setup/istio/README.md @@ -24,7 +24,7 @@ are several components available in the collector, and they could be combined fo then send them to SkyWalking by OpenCensus exporter. #### Prometheus receiver -Refer to [Prometheus Receiver](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/prometheusreceiver/README.md) +Refer to [Prometheus Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/150692dbbceb3ff0df75c912e835f1feaac0be93/receiver/prometheusreceiver/README.md) to set up this receiver. you could find more configuration details in [Prometheus Integration of Istio](https://istio.io/latest/docs/ops/integrations/prometheus/#configuration) to figure out how to direct Prometheus receiver to query Istio metrics.