Skip to content

Commit

Permalink
Added new troubleshooting item, 'missing ingress spans' (#317)
Browse files Browse the repository at this point in the history
* Added new troubleshooting item, 'missing ingress spans'

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

* Updated troubleshooting about Istio

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored and yurishkuro committed Dec 5, 2019
1 parent f5c5ace commit 8f88c96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/1.15/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions content/docs/next-release/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 8f88c96

Please sign in to comment.