diff --git a/content/docs/1.15/troubleshooting.md b/content/docs/1.15/troubleshooting.md index 34aa1588..37f81c02 100644 --- a/content/docs/1.15/troubleshooting.md +++ b/content/docs/1.15/troubleshooting.md @@ -74,3 +74,7 @@ The first two metrics should have similar values for the same service. Similarly jaeger_collector_spans_saved_by_svc{debug="false",result="ok",svc="order"} 8 jaeger_collector_traces_received{debug="false",format="jaeger",svc="order"} 1 jaeger_collector_traces_saved_by_svc{debug="false",result="ok",svc="order"} 1 + +## Istio: missing spans + +When deploying your application as part of a service mesh like Istio, the number of moving parts increases significantly and might affect how (and which) spans are reported. If you expect to see spans generated by Istio but they aren't being visible in the Jaeger UI, check the troubleshooting guide on [Istio's website](https://istio.io/faq/distributed-tracing/#no-tracing). \ No newline at end of file diff --git a/content/docs/next-release/troubleshooting.md b/content/docs/next-release/troubleshooting.md index 34aa1588..37f81c02 100644 --- a/content/docs/next-release/troubleshooting.md +++ b/content/docs/next-release/troubleshooting.md @@ -74,3 +74,7 @@ The first two metrics should have similar values for the same service. Similarly jaeger_collector_spans_saved_by_svc{debug="false",result="ok",svc="order"} 8 jaeger_collector_traces_received{debug="false",format="jaeger",svc="order"} 1 jaeger_collector_traces_saved_by_svc{debug="false",result="ok",svc="order"} 1 + +## Istio: missing spans + +When deploying your application as part of a service mesh like Istio, the number of moving parts increases significantly and might affect how (and which) spans are reported. If you expect to see spans generated by Istio but they aren't being visible in the Jaeger UI, check the troubleshooting guide on [Istio's website](https://istio.io/faq/distributed-tracing/#no-tracing). \ No newline at end of file