Skip to content

Commit

Permalink
Merge branch 'master' into systeminfo
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 18, 2019
2 parents 5fe6be3 + fe98490 commit 8487856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/concepts-and-designs/service-mesh-probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ such as A/B testing, canary releases, rate limiting, access control, and end-to-
Istio is a very typical Service Mesh design and implementor. It defines **Control Panel** and **Data Panel**,
which are wide used. Here is Istio Architecture:

<img src="https://istio.io/docs/concepts/what-is-istio/arch.svg"/>
![Istio Architecture](https://istio.io/docs/ops/architecture/arch.svg)

Service Mesh probe can choose to collect data from **Control Panel** or **Data Panel**. In Istio,
it means collecting telemetry data from Mixer(Control Panel) or Envoy sidecar(Data Panel). Underlying
Expand Down

0 comments on commit 8487856

Please sign in to comment.