From e4ca1ccce7739ff425c15e9d7344a7d1ee250a3f Mon Sep 17 00:00:00 2001 From: Geoffrey Cline Date: Mon, 28 Oct 2024 13:45:25 -0500 Subject: [PATCH] fixup --- latest/bpg/reliability/application.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/bpg/reliability/application.adoc b/latest/bpg/reliability/application.adoc index d5ebac000..35779c5da 100644 --- a/latest/bpg/reliability/application.adoc +++ b/latest/bpg/reliability/application.adoc @@ -781,7 +781,7 @@ method, you have to make changes to your code. This is further complicated if you have polyglot applications. You’re also responsible for maintaining yet another library, across your services. -Service Meshes like http://linkerd.io[LinkerD], http://istio.io[Istio], can be used to +Service Meshes like http://linkerd.io[LinkerD] and http://istio.io[Istio] can be used to implement distributed tracing in your application with minimal changes to the application code. You can use service mesh to standardize metrics generation, logging, and tracing.