mirror of https://github.com/istio/istio.io.git
clarify few code change related to tracing (#2582)
This commit is contained in:
parent
131c594d52
commit
6d378161c7
|
@ -32,7 +32,7 @@ Istio provides behavioral insights and operational control over the service mesh
|
|||
|
||||
## Why use Istio?
|
||||
|
||||
Istio makes it easy to create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, without any changes
|
||||
Istio makes it easy to create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, with [few](/docs/tasks/telemetry/distributed-tracing/#understanding-what-happened) or no code changes
|
||||
in service code. You add Istio support to services by deploying a special sidecar proxy throughout your environment that intercepts all network communication
|
||||
between microservices, then configure and manage Istio using its control plane functionality, which includes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue