Jaeger is not showing the services in the UI #3684
Unanswered
rakesh-budde
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
-
Hi @team. I have deployed jaeger in Kubernetes using all-in-one image, but it's not showing services in the jaeger UI.
I have deployed RBAC to access the resources from all namespaces, jaeger operators and then jaeger all-in-one image in a new namespace. I have followed below documentation to deploy jaeger.
https://www.jaegertracing.io/docs/1.34/operator/
I have deployed open telemetry in the same namespace to collect the traces from the microservices and configured jaeger as front-end to display the results.
I have deployed open telemetry operators, collector as a deployment and auto instrumentation to collect the metrics from the micro services. I have used below docs to setup the open telemetry in Kubernetes.
https://github.com/open-telemetry/opentelemetry-operator
I can only see the jaeger-query service in the UI, but it's not showing any other services. Please find the SS below.
All pods are in running state and in the below SS you can see what I have deployed in the cluster.
Note: simplest-collector is open telemetry collector
I have checked logs of open telemetry and jaeger pods, I found no issues in opentelemetry pod logs, but I found below issues in jaeger pod.
{"level":"error","ts":1652677914.344843,"caller":"http/server.go:3158","msg":"http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192","stacktrace":"net/http.(*Server).logf\n\tnet/http/server.go:3158\nnet/http.serverHandler.ServeHTTP.func2\n\tnet/http/server.go:2874\nnet/http.serverHandler.ServeHTTP\n\tnet/http/server.go:2880\nnet/http.(*conn).serve\n\tnet/http/server.go:1930"}
{"level":"warn","ts":1652697132.6958992,"caller":"channelz/logging.go:62","msg":"[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: read tcp 10.0.6.136:14250->10.0.6.204:58698: read: connection reset by peer"","system":"grpc","grpc_log":true}
Thanks,
Rakesh.
Beta Was this translation helpful? Give feedback.
All reactions