diff --git a/content/en/blog/2024/new-otel-features-envoy-istio/index.md b/content/en/blog/2024/new-otel-features-envoy-istio/index.md index 40f68b919d21..bb79f8314098 100644 --- a/content/en/blog/2024/new-otel-features-envoy-istio/index.md +++ b/content/en/blog/2024/new-otel-features-envoy-istio/index.md @@ -43,9 +43,9 @@ not instrumented. Envoy offers several [tracers](https://www.envoyproxy.io/docs/envoy/v1.29.4/api-v3/config/trace/trace) that do the job of tracing the requests, including the -[OpenTelemetry tracer](/docs/concepts/signals/traces/#tracer). -Tracers can be configured either directly within Envoy (when using it as a -standalone component) or for all Envoy instances by using Istio. +[OpenTelemetry tracer](/docs/concepts/signals/traces/#tracer). Tracers can be +configured either directly within Envoy (when using it as a standalone +component) or for all Envoy instances by using Istio. Here is an example of how Istio and Envoy work together to trace requests: