[quicklab@upi-0 auth]$ oc get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE elasticsearch ClusterIP 172.30.247.205 9200/TCP 23m elasticsearch-cluster ClusterIP 172.30.80.33 9300/TCP 23m elasticsearch-metrics ClusterIP 172.30.112.16 60001/TCP 23m jaeger-production-collector ClusterIP 172.30.253.123 9411/TCP,14250/TCP,14267/TCP,14268/TCP,4317/TCP,4318/TCP 21m jaeger-production-collector-headless ClusterIP None 9411/TCP,14250/TCP,14267/TCP,14268/TCP,4317/TCP,4318/TCP 21m jaeger-production-query ClusterIP 172.30.55.243 443/TCP,16685/TCP 21m [quicklab@upi-0 auth]$ oc get svc jaeger-production-query -o yaml apiVersion: v1 kind: Service metadata: annotations: service.alpha.openshift.io/serving-cert-secret-name: jaeger-production-ui-oauth-proxy-tls service.alpha.openshift.io/serving-cert-signed-by: openshift-service-serving-signer@1673544811 service.beta.openshift.io/serving-cert-signed-by: openshift-service-serving-signer@1673544811 creationTimestamp: "2023-01-12T21:14:06Z" labels: app: jaeger app.kubernetes.io/component: service-query app.kubernetes.io/instance: jaeger-production app.kubernetes.io/managed-by: jaeger-operator app.kubernetes.io/name: jaeger-production-query app.kubernetes.io/part-of: jaeger name: jaeger-production-query namespace: tracing-system ownerReferences: - apiVersion: jaegertracing.io/v1 controller: true kind: Jaeger name: jaeger-production uid: 9c23ce88-2dff-42fa-90eb-ac8887e257ab resourceVersion: "115100" uid: 53ea9130-58fe-4465-82e7-106ac0865cb0 spec: clusterIP: 172.30.55.243 clusterIPs: - 172.30.55.243 internalTrafficPolicy: Cluster ipFamilies: - IPv4 ipFamilyPolicy: SingleStack ports: - name: https-query port: 443 protocol: TCP targetPort: 8443 - name: grpc-query port: 16685 protocol: TCP targetPort: 16685 selector: app: jaeger app.kubernetes.io/component: query app.kubernetes.io/instance: jaeger-production app.kubernetes.io/managed-by: jaeger-operator app.kubernetes.io/name: jaeger-production-query app.kubernetes.io/part-of: jaeger sessionAffinity: None type: ClusterIP status: loadBalancer: {} $ oc get deployment jaeger-production-query -o yaml name: jaeger-query ports: - containerPort: 16686 name: query protocol: TCP - containerPort: 16687 name: admin-http protocol: TCP [quicklab@upi-0 auth]$ oc logs jaeger-production-query-665dd6f47c-4m47h Defaulted container "jaeger-query" out of: jaeger-query, oauth-proxy, jaeger-agent 2023/01/12 21:31:06 maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined {"level":"info","ts":1673559066.19138,"caller":"flags/service.go:119","msg":"Mounting metrics handler on admin server","route":"/metrics"} {"level":"info","ts":1673559066.1914368,"caller":"flags/service.go:125","msg":"Mounting expvar handler on admin server","route":"/debug/vars"} {"level":"info","ts":1673559066.1917174,"caller":"flags/admin.go:129","msg":"Mounting health check on admin server","route":"/"} {"level":"info","ts":1673559066.1917865,"caller":"flags/admin.go:143","msg":"Starting admin HTTP server","http-addr":":16687"} {"level":"info","ts":1673559066.1918123,"caller":"flags/admin.go:121","msg":"Admin server started","http.host-port":"[::]:16687","health-status":"unavailable"} {"level":"info","ts":1673559066.2437055,"caller":"config/config.go:210","msg":"Elasticsearch detected","version":6} {"level":"info","ts":1673559066.2441618,"caller":"channelz/funcs.go:340","msg":"[core][Server #1] Server created","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2442675,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel created","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.244286,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] original dial target is: \":16685\"","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.244318,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] dial target \":16685\" parse failed: parse \":16685\": missing protocol scheme","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.244333,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] fallback to scheme \"passthrough\"","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2443666,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] parsed dial target is: {Scheme:passthrough Authority: Endpoint::16685 URL:{Scheme:passthrough Opaque: User: Host: Path:/:16685 RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2443867,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel authority set to \"localhost:16685\"","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2445374,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Resolver state updated: {\n \"Addresses\": [\n {\n \"Addr\": \":16685\",\n \"ServerName\": \"\",\n \"Attributes\": null,\n \"BalancerAttributes\": null,\n \"Type\": 0,\n \"Metadata\": null\n }\n ],\n \"ServiceConfig\": null,\n \"Attributes\": null\n} (resolver returned new addresses)","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2445858,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel switches to new LB policy \"pick_first\"","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2447112,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2 SubChannel #3] Subchannel created","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2449467,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2 SubChannel #3] Subchannel Connectivity change to CONNECTING","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2449923,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2 SubChannel #3] Subchannel picks a new address \":16685\" to connect","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2451255,"caller":"grpclog/component.go:71","msg":"[core]pickfirstBalancer: UpdateSubConnState: 0xc0003f6000, {CONNECTING }","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2451646,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel Connectivity change to CONNECTING","system":"grpc","grpc_log":true} {"level":"warn","ts":1673559066.2452765,"caller":"channelz/funcs.go:342","msg":"[core][Channel #2 SubChannel #3] grpc: addrConn.createTransport failed to connect to {\n \"Addr\": \":16685\",\n \"ServerName\": \"localhost:16685\",\n \"Attributes\": null,\n \"BalancerAttributes\": null,\n \"Type\": 0,\n \"Metadata\": null\n}. Err: connection error: desc = \"transport: Error while dialing dial tcp :16685: connect: connection refused\"","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2453015,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2 SubChannel #3] Subchannel Connectivity change to TRANSIENT_FAILURE","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2453241,"caller":"grpclog/component.go:71","msg":"[core]pickfirstBalancer: UpdateSubConnState: 0xc0003f6000, {TRANSIENT_FAILURE connection error: desc = \"transport: Error while dialing dial tcp :16685: connect: connection refused\"}","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2453558,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel Connectivity change to TRANSIENT_FAILURE","system":"grpc","grpc_log":true} {"level":"info","ts":1673559066.2453778,"caller":"app/static_handler.go:198","msg":"watching","file":"/etc/config/ui.json"} {"level":"info","ts":1673559066.245397,"caller":"app/static_handler.go:205","msg":"watching","dir":"/etc/config"} {"level":"info","ts":1673559066.2455297,"caller":"app/server.go:218","msg":"Query server started","http_addr":"[::]:16686","grpc_addr":"[::]:16685"} {"level":"info","ts":1673559066.245559,"caller":"healthcheck/handler.go:129","msg":"Health Check state change","status":"ready"} {"level":"info","ts":1673559066.2455697,"caller":"app/server.go:282","msg":"Starting HTTP server","port":16686,"addr":":16686"} {"level":"info","ts":1673559066.2455766,"caller":"app/server.go:301","msg":"Starting GRPC server","port":16685,"addr":":16685"} {"level":"info","ts":1673559066.2455893,"caller":"channelz/funcs.go:340","msg":"[core][Server #1 ListenSocket #4] ListenSocket created","system":"grpc","grpc_log":true} {"level":"info","ts":1673559067.2453475,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2 SubChannel #3] Subchannel Connectivity change to IDLE","system":"grpc","grpc_log":true} {"level":"info","ts":1673559067.2454464,"caller":"grpclog/component.go:71","msg":"[core]pickfirstBalancer: UpdateSubConnState: 0xc0003f6000, {IDLE connection error: desc = \"transport: Error while dialing dial tcp :16685: connect: connection refused\"}","system":"grpc","grpc_log":true} {"level":"info","ts":1673559067.2454603,"caller":"channelz/funcs.go:340","msg":"[core][Channel #2] Channel Connectivity change to IDLE","system":"grpc","grpc_log":true} [quicklab@upi-0 auth]$ [quicklab@upi-0 auth]$ oc get jaeger jaeger-production -o yaml apiVersion: jaegertracing.io/v1 kind: Jaeger metadata: creationTimestamp: "2023-01-12T21:11:53Z" generation: 3 labels: jaegertracing.io/operated-by: openshift-distributed-tracing.jaeger-operator name: jaeger-production namespace: tracing-system resourceVersion: "122131" uid: 9c23ce88-2dff-42fa-90eb-ac8887e257ab spec: agent: config: {} options: {} resources: {} allInOne: config: {} metricsStorage: {} options: {} resources: {} collector: config: {} kafkaSecretName: "" options: {} resources: {} ingester: config: {} kafkaSecretName: "" options: {} resources: {} ingress: openshift: sar: '{"namespace": "tracing-system", "resource": "pods", "verb": "get"}' options: {} resources: {} security: oauth-proxy query: metricsStorage: {} options: {} resources: {} resources: {} sampling: options: {} storage: cassandraCreateSchema: {} dependencies: resources: {} schedule: 55 23 * * * elasticsearch: name: elasticsearch nodeCount: 3 redundancyPolicy: SingleRedundancy resources: limits: memory: 2Gi requests: cpu: 100m memory: 2Gi storage: {} esIndexCleaner: enabled: true numberOfDays: 7 resources: {} schedule: 55 23 * * * esRollover: resources: {} schedule: '*/30 * * * *' grpcPlugin: {} options: {} type: elasticsearch strategy: production ui: options: dependencies: menuEnabled: false menu: - items: - label: Documentation url: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/distributed_tracing/index label: About - anchorTarget: _self label: Log Out url: /oauth/sign_in status: phase: Running version: 1.39.0