Update stats filter instruction to versioned config (#5189)

* Update to use envoyfilter config in 1.3 branch

* use source_branch
This commit is contained in:
Pengyuan Bian 2019-10-18 07:38:55 -07:00 committed by Istio Automation
parent 0a51978c26
commit 1fa95b7953
1 changed files with 2 additions and 2 deletions

View File

@ -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