You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/25 06:17:13 UTC

[skywalking] branch kezhenxu94-patch-1 created (now c7faf05)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at c7faf05  Fix dead link

This branch includes the following new commits:

     new c7faf05  Fix dead link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking] 01/01: Fix dead link

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit c7faf0556517e5908f47598e8beddd9f4f54fbf1
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Aug 25 14:16:57 2021 +0800

    Fix dead link
---
 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 3e2794b..63fb38d 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.