From badd05783ad6136b1b6e6e52742686e16d5ba143 Mon Sep 17 00:00:00 2001 From: Zhenxu Ke Date: Wed, 17 Feb 2021 10:54:50 +0800 Subject: [PATCH] Fix dead link of Envoy statistics list (#6383) --- docs/en/setup/envoy/metrics_service_setting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/envoy/metrics_service_setting.md b/docs/en/setup/envoy/metrics_service_setting.md index 9dae39522..438acdf6e 100644 --- a/docs/en/setup/envoy/metrics_service_setting.md +++ b/docs/en/setup/envoy/metrics_service_setting.md @@ -86,4 +86,4 @@ istioctl manifest install -y \ # Metrics data -Some Envoy statistics are listed in this [list](https://www.envoyproxy.io/docs/envoy/latest/configuration/statistics). A sample data that contains identifier can be found [here](identify.json), while the metrics only can be observed [here](metrics.json). +Some Envoy statistics are listed in this [list](https://www.envoyproxy.io/docs/envoy/v1.17.0/configuration/upstream/cluster_manager/cluster_stats#config-cluster-manager-cluster-stats). A sample data that contains identifier can be found [here](identify.json), while the metrics only can be observed [here](metrics.json).