From 1fa95b7953a2ea952c9ef0662d0f46ae6bf5c49d Mon Sep 17 00:00:00 2001 From: Pengyuan Bian Date: Fri, 18 Oct 2019 07:38:55 -0700 Subject: [PATCH] Update stats filter instruction to versioned config (#5189) * Update to use envoyfilter config in 1.3 branch * use source_branch --- .../en/docs/ops/telemetry/in-proxy-service-telemetry/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md b/content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md index 97c24d26e2..a1b1a3d159 100644 --- a/content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md +++ b/content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md @@ -35,13 +35,13 @@ To generate service-level metrics directly in the Envoy proxies, follow these st A custom filter handles this exchange. Enable the metadata exchange filter with the following command: {{< text bash >}} - $ kubectl -n istio-system apply -f https://raw.githubusercontent.com/istio/proxy/master/extensions/stats/testdata/istio/metadata-exchange_filter.yaml + $ kubectl -n istio-system apply -f https://raw.githubusercontent.com/istio/proxy/{{< source_branch_name >}}/extensions/stats/testdata/istio/metadata-exchange_filter.yaml {{< /text >}} 1. To actually generate the service-level metrics, you must apply the custom stats filter. {{< text bash >}} - $ kubectl -n istio-system apply -f https://raw.githubusercontent.com/istio/proxy/master/extensions/stats/testdata/istio/stats_filter.yaml + $ kubectl -n istio-system apply -f https://raw.githubusercontent.com/istio/proxy/{{< source_branch_name >}}/extensions/stats/testdata/istio/stats_filter.yaml {{< /text >}} 1. Go to the **Istio Mesh** Grafana dashboard. Verify that the dashboard displays the same telemetry as before but without