I have deployed "statefulset-manual-sidecar.yaml" for testing with jaeger operator. I could not see the service in UI #3386
Unanswered
172prateek
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 have deployed "statefulset-manual-sidecar.yaml" for testing with jaeger operator. I could not see the service in UI... I am using streaming strategy and could see the query service in UI.
when I deploy "statefulset-manual-sidecar.yaml", I could see that jaeger agent is created and logs looks like in jaeger-agent container of myapp pod.
{"level":"info","ts":1636788157.3377686,"caller":"grpclog/component.go:71","msg":"[balancer]base.baseBalancer: handle SubConn state change: 0xc0001fb070, READY","system":"grpc","grpc_log":true}
{"level":"info","ts":1636788157.337883,"caller":"grpclog/component.go:71","msg":"[roundrobin]roundrobinPicker: Build called with info: {map[0xc0001fb070:{{100.64.180.38:14250 0 }}]}","system":"grpc","grpc_log":true}
{"level":"info","ts":1636788157.3379376,"caller":"channelz/logging.go:50","msg":"[core]Channel Connectivity change to READY","system":"grpc","grpc_log":true}
{"level":"info","ts":1636788157.337952,"caller":"grpc/builder.go:120","msg":"Agent collector connection state change","dialTarget":"dns:///jaeger-kafka-poc-collector-headless.observability.svc:14250","status":"READY"}
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions