From b54d9ff6d1ee2ca72617910ebe093c9343138844 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E7=8E=89=E6=A1=94?= <769213327@qq.com>
Date: Thu, 4 Apr 2019 12:57:49 +0800
Subject: [PATCH] Update service-mesh-probe.md (#2442)
Make the Istio img address available.
---
docs/en/concepts-and-designs/service-mesh-probe.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/concepts-and-designs/service-mesh-probe.md b/docs/en/concepts-and-designs/service-mesh-probe.md
index c474b32ae..ab48fc840 100644
--- a/docs/en/concepts-and-designs/service-mesh-probe.md
+++ b/docs/en/concepts-and-designs/service-mesh-probe.md
@@ -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:
-
+
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