How to add the sidecars to the Jaeger UI #1753
Unanswered
alvaroplasencia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a Jaeger instance using the jaeger-operator 1.30 in openshift v4. I can enter in the Jaeger-UI's route and display the service jaeger-query, so the setup and installation should be all right.
I added a sidecar manually to a deploymentConfig following the instructions of #944, and I also added the following example of an automatic sidecar https://github.com/jaegertracing/jaeger-operator/blob/c9147e7ec923113b2dbeafc917c8eb0070c7dc8e/deploy/examples/business-application-injected-sidecar.yaml
In both cases when I run the pods, it creates 2 instances, one for the application and the other for the jaeger-agent, but I can't see the traces of those pods in the Jaeger UI.
¿How should I add those sidecards to the Jaeger UI? ¿Do I need to create new services and routes for every sidecar watch them or can I have everything centralized in the same route?
Beta Was this translation helpful? Give feedback.
All reactions