Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Jaeger dashboard not displaying traces #37

Closed
andrebriggs opened this issue Jan 21, 2019 · 1 comment
Closed

Jaeger dashboard not displaying traces #37

andrebriggs opened this issue Jan 21, 2019 · 1 comment
Assignees

Comments

@andrebriggs
Copy link
Member

andrebriggs commented Jan 21, 2019

Commit #21 fixed the Jaeger UI not showing up but no services show up in the UI. The correct way to pull the Istio based Jaeger UI is

kubectl port-forward -n istio-system $(kubectl get pod -n istio-system -l app=jaeger -o jsonpath='{.items[0].metadata.name}') 16686:16686 &

As referenced here.

After making this change I see a trace from the simple-service application with custom user-agent referenced. I only see one reference. This could be due to how tracing is implemented in simple-service. I'm going to investigate further to try other jaeger-client operations.

image

@andrebriggs andrebriggs self-assigned this Jan 21, 2019
@timfpark
Copy link
Contributor

Given that we have switched to a new mechanism for deploying Jaeger, should we close and reopen if we see it with that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants