WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 80 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". Output Directory: /go/src/kiali/_output Will use a specific Istio version: 1.22.3 Will look for Istio here: /go/src/kiali/_output/istio-1.22.3 Cannot find Istio 1.22.3 - will download it now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 102 100 102 0 0 790 0 --:--:-- --:--:-- --:--:-- 790 100 4899 100 4899 0 0 25784 0 --:--:-- --:--:-- --:--:-- 25784 Downloading istio-1.22.3 from https://github.com/istio/istio/releases/download/1.22.3/istio-1.22.3-linux-amd64.tar.gz ... Istio 1.22.3 Download Complete! Istio has been successfully downloaded into the istio-1.22.3 folder on your system. Next Steps: See https://istio.io/latest/docs/setup/install/ to add Istio to your Kubernetes cluster. To configure the istioctl client tool for your workstation, add the /go/src/kiali/_output/istio-1.22.3/bin directory to your environment path variable with: export PATH="$PATH:/go/src/kiali/_output/istio-1.22.3/bin" Begin the Istio pre-installation check by running: istioctl x precheck Need more information? Visit https://istio.io/latest/docs/setup/install/ Istio is found here: /go/src/kiali/_output/istio-1.22.3 client version: 1.22.3 control plane version: OSSM_2.6.0-1 data plane version: 1.20.8 (2 proxies) istioctl is found here: /go/src/kiali/_output/istio-1.22.3/bin/istioctl Istio is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3 istioctl is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3/bin/istioctl client version: 1.22.3 control plane version: OSSM_2.6.0-1 data plane version: 1.20.8 (2 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true AMBIENT_ENABLED=false Now using project "bookinfo" on server "https://api.ci-rosa-h-bscw.p7gb.s3.devshift.org:443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app rails-postgresql-example to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.43 -- /agnhost serve-hostname Error from server (NotFound): services "productpage" not found Error from server (AlreadyExists): routes.route.openshift.io "istio-ingressgateway" already exists securitycontextconstraints.security.openshift.io/bookinfo-scc created namespace/bookinfo labeled service/details created serviceaccount/bookinfo-details created deployment.apps/details-v1 created service/ratings created serviceaccount/bookinfo-ratings created deployment.apps/ratings-v1 created service/reviews created serviceaccount/bookinfo-reviews created deployment.apps/reviews-v1 created deployment.apps/reviews-v2 created deployment.apps/reviews-v3 created service/productpage created serviceaccount/bookinfo-productpage created deployment.apps/productpage-v1 created gateway.networking.istio.io/bookinfo-gateway created virtualservice.networking.istio.io/bookinfo created servicemeshmember.maistra.io/default created servicemeshmemberroll.maistra.io/default condition met Enabling sidecar injection for deployment: deployment.apps/details-v1 deployment.apps/details-v1 patched Enabling sidecar injection for deployment: deployment.apps/productpage-v1 deployment.apps/productpage-v1 patched Enabling sidecar injection for deployment: deployment.apps/ratings-v1 deployment.apps/ratings-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v1 deployment.apps/reviews-v1 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v2 deployment.apps/reviews-v2 patched Enabling sidecar injection for deployment: deployment.apps/reviews-v3 deployment.apps/reviews-v3 patched Bookinfo Demo should be installed and starting up - here are the pods and services NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE details ClusterIP 172.30.231.228 9080/TCP 12s productpage ClusterIP 172.30.77.22 9080/TCP 9s ratings ClusterIP 172.30.32.255 9080/TCP 11s reviews ClusterIP 172.30.29.162 9080/TCP 10s NAME READY STATUS RESTARTS AGE details-v1-856695d46b-lbbf8 2/2 Running 0 7s productpage-v1-7d4965f6fd-rbxgx 2/2 Running 0 7s ratings-v1-6776d696d6-zjczr 2/2 Running 0 6s reviews-v1-84d548858-r26sw 2/2 Running 0 6s reviews-v2-6f9b55c5db-kdtt5 1/1 Terminating 0 11s reviews-v2-7f4fcbdcb6-c27k5 2/2 Running 0 5s reviews-v3-5f68c9c6f4-qdjwj 2/2 Running 0 5s reviews-v3-7d99fd7978-pjts6 1/1 Running 0 11s Installing Traffic Generator Traffic Generator will use the OpenShift ingress route of: istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: "default" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 215 100 215 0 0 2388 0 --:--:-- --:--:-- --:--:-- 2388 configmap/traffic-generator-config created % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1185 100 1185 0 0 16013 0 --:--:-- --:--:-- --:--:-- 16013 replicaset.apps/kiali-traffic-generator created kiali.kiali.io/kiali condition met deployment.apps/kiali condition met Setting up Integration tests go install github.com/jstemmer/go-junit-report@latest go: downloading github.com/jstemmer/go-junit-report v1.0.0 Running Integration tests cd tests/integration/tests && go test -v -timeout 30m 2>&1 | tee >(go-junit-report > ../junit-rest-report.xml) ../int-test.log {"level":"info","time":"2024-08-29T21:04:08Z","message":"Adding a RegistryRefreshHandler"} === RUN TestApplicationsList --- PASS: TestApplicationsList (1.04s) === RUN TestApplicationDetails --- PASS: TestApplicationDetails (0.45s) === RUN TestAppDetailsInvalidName --- PASS: TestAppDetailsInvalidName (0.22s) === RUN TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-08-29T21:04:11Z","message":"authorizationpolicy.security.istio.io/ratings-policy created\n"} {"level":"debug","time":"2024-08-29T21:04:11Z","message":"authorizationpolicy.security.istio.io \"ratings-policy\" deleted\n"} --- PASS: TestAuthPolicyPrincipalsError (1.43s) === RUN TestServiceEntryLabels {"level":"debug","time":"2024-08-29T21:04:13Z","message":"serviceentry.networking.istio.io/service-entry-labels created\ndestinationrule.networking.istio.io/dest-rule-labels created\nvirtualservice.networking.istio.io/app-rpc-icc created\ngateway.networking.istio.io/ingress-app created\n"} {"level":"debug","time":"2024-08-29T21:04:15Z","message":"serviceentry.networking.istio.io \"service-entry-labels\" deleted\ndestinationrule.networking.istio.io \"dest-rule-labels\" deleted\nvirtualservice.networking.istio.io \"app-rpc-icc\" deleted\ngateway.networking.istio.io \"ingress-app\" deleted\n"} --- PASS: TestServiceEntryLabels (3.44s) === RUN TestServiceEntryLabelsNotMatch {"level":"debug","time":"2024-08-29T21:04:16Z","message":"serviceentry.networking.istio.io/service-entry-labels created\ndestinationrule.networking.istio.io/dest-rule-labels-wrong created\nvirtualservice.networking.istio.io/app-rpc-icc created\ngateway.networking.istio.io/ingress-app created\n"} {"level":"debug","time":"2024-08-29T21:04:17Z","message":"serviceentry.networking.istio.io \"service-entry-labels\" deleted\ndestinationrule.networking.istio.io \"dest-rule-labels-wrong\" deleted\nvirtualservice.networking.istio.io \"app-rpc-icc\" deleted\ngateway.networking.istio.io \"ingress-app\" deleted\n"} --- PASS: TestServiceEntryLabelsNotMatch (2.47s) === RUN TestK8sGatewaysAddressesError {"level":"debug","time":"2024-08-29T21:04:18Z","message":"gateway.gateway.networking.k8s.io/gatewayapiaddr created\ngateway.gateway.networking.k8s.io/gatewayapiaddr2 created\n"} {"level":"debug","time":"2024-08-29T21:04:19Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiaddr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapiaddr2\" deleted\n"} --- PASS: TestK8sGatewaysAddressesError (2.00s) === RUN TestK8sGatewaysListenersError {"level":"debug","time":"2024-08-29T21:04:20Z","message":"gateway.gateway.networking.k8s.io/gatewayapilnr created\ngateway.gateway.networking.k8s.io/gatewayapilnr2 created\n"} {"level":"debug","time":"2024-08-29T21:04:22Z","message":"gateway.gateway.networking.k8s.io \"gatewayapilnr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapilnr2\" deleted\n"} --- PASS: TestK8sGatewaysListenersError (2.20s) === RUN TestK8sHTTPRoutesGatewaysError {"level":"debug","time":"2024-08-29T21:04:22Z","message":"httproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-29T21:04:23Z","message":"httproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestK8sHTTPRoutesGatewaysError (1.35s) === RUN TestK8sHTTPRoutesServicesError {"level":"debug","time":"2024-08-29T21:04:24Z","message":"gateway.gateway.networking.k8s.io/gatewayapiservices created\nhttproute.gateway.networking.k8s.io/httprouteservices created\n"} {"level":"debug","time":"2024-08-29T21:04:25Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiservices\" deleted\nhttproute.gateway.networking.k8s.io \"httprouteservices\" deleted\n"} --- PASS: TestK8sHTTPRoutesServicesError (1.94s) === RUN TestAppDashboard --- PASS: TestAppDashboard (0.39s) === RUN TestServiceDashboard --- PASS: TestServiceDashboard (0.40s) === RUN TestWorkloadDashboard --- PASS: TestWorkloadDashboard (0.36s) === RUN TestExternalHostNode {"level":"debug","time":"2024-08-29T21:04:27Z","message":"serviceentry.networking.istio.io/external-service-foo-se created\nvirtualservice.networking.istio.io/external-service-foo-vs created\ndestinationrule.networking.istio.io/external-service-foo-dr created\n"} {"level":"debug","time":"2024-08-29T21:04:30Z","message":"serviceentry.networking.istio.io \"external-service-foo-se\" deleted\nvirtualservice.networking.istio.io \"external-service-foo-vs\" deleted\ndestinationrule.networking.istio.io \"external-service-foo-dr\" deleted\n"} --- PASS: TestExternalHostNode (4.10s) === RUN TestCBVersionedApp {"level":"debug","time":"2024-08-29T21:04:32Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-29T21:04:35Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBVersionedApp (4.72s) === RUN TestCBWorkload {"level":"debug","time":"2024-08-29T21:04:37Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-29T21:04:40Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBWorkload (4.74s) === RUN TestCBService {"level":"debug","time":"2024-08-29T21:04:41Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-29T21:04:44Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBService (4.46s) === RUN TestVSVersionedApp {"level":"debug","time":"2024-08-29T21:04:46Z","message":"virtualservice.networking.istio.io/ratings-delay-abort-vs created\ndestinationrule.networking.istio.io/ratings-delay-abort-dr created\n"} {"level":"debug","time":"2024-08-29T21:04:49Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSVersionedApp (5.10s) === RUN TestVSWorkload {"level":"debug","time":"2024-08-29T21:04:51Z","message":"virtualservice.networking.istio.io/ratings-delay-abort-vs created\ndestinationrule.networking.istio.io/ratings-delay-abort-dr created\n"} {"level":"debug","time":"2024-08-29T21:04:54Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSWorkload (5.14s) === RUN TestVSApp {"level":"debug","time":"2024-08-29T21:04:56Z","message":"virtualservice.networking.istio.io/ratings-delay-abort-vs created\ndestinationrule.networking.istio.io/ratings-delay-abort-dr created\n"} {"level":"debug","time":"2024-08-29T21:04:59Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSApp (5.16s) === RUN TestVSService {"level":"debug","time":"2024-08-29T21:05:02Z","message":"virtualservice.networking.istio.io/ratings-delay-abort-vs created\ndestinationrule.networking.istio.io/ratings-delay-abort-dr created\n"} {"level":"debug","time":"2024-08-29T21:05:04Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSService (4.88s) === RUN TestTraficShiftingVersionedApp {"level":"debug","time":"2024-08-29T21:05:07Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:09Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTraficShiftingVersionedApp (5.13s) === RUN TestTcpTraficShiftingVersionedApp {"level":"debug","time":"2024-08-29T21:05:12Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:15Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTraficShiftingVersionedApp (5.15s) === RUN TestRequestTimeoutsVersionedApp {"level":"debug","time":"2024-08-29T21:05:17Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:20Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsVersionedApp (5.12s) === RUN TestFaultInjectionVersionedApp {"level":"debug","time":"2024-08-29T21:05:22Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:25Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionVersionedApp (5.14s) === RUN TestTrafficShiftingWorkload {"level":"debug","time":"2024-08-29T21:05:27Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:30Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingWorkload (5.11s) === RUN TestTcpTrafficShiftingWorkload {"level":"debug","time":"2024-08-29T21:05:32Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:35Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingWorkload (5.16s) === RUN TestRequestTimeoutWorkload {"level":"debug","time":"2024-08-29T21:05:37Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:40Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutWorkload (5.14s) === RUN TestFaultInjectionWorkload {"level":"debug","time":"2024-08-29T21:05:43Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:45Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionWorkload (5.16s) === RUN TestTrafficShiftingApp {"level":"debug","time":"2024-08-29T21:05:48Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:51Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingApp (5.15s) === RUN TestTcpTrafficShiftingApp {"level":"debug","time":"2024-08-29T21:05:53Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:05:56Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingApp (5.12s) === RUN TestRequestTimeoutsApp {"level":"debug","time":"2024-08-29T21:05:58Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:06:01Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsApp (5.11s) === RUN TestFaultInjectionApp {"level":"debug","time":"2024-08-29T21:06:03Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:06:06Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionApp (5.12s) === RUN TestTrafficShiftingService {"level":"debug","time":"2024-08-29T21:06:36Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:06:37Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:06:48Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:06:48Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:06:49Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:06:50Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:06:51Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:06:52Z","message":"Graph response status code 503 and error %!s()"} {"level":"debug","time":"2024-08-29T21:07:23Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:07:53Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} graph_badges_test.go:170: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:170 /go/src/kiali/tests/integration/tests/graph_badges_test.go:138 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestTrafficShiftingService Messages: Badge hasTrafficShifting should exist {"level":"debug","time":"2024-08-29T21:07:53Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- FAIL: TestTrafficShiftingService (107.39s) === RUN TestTcpTrafficShiftingService {"level":"debug","time":"2024-08-29T21:08:23Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:08:24Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:08:55Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:09:25Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} graph_badges_test.go:170: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:170 /go/src/kiali/tests/integration/tests/graph_badges_test.go:143 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestTcpTrafficShiftingService Messages: Badge hasTCPTrafficShifting should exist {"level":"debug","time":"2024-08-29T21:09:26Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- FAIL: TestTcpTrafficShiftingService (92.40s) === RUN TestRequestTimeoutsService {"level":"debug","time":"2024-08-29T21:09:56Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:09:57Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:10:28Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:10:58Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} graph_badges_test.go:170: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:170 /go/src/kiali/tests/integration/tests/graph_badges_test.go:148 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestRequestTimeoutsService Messages: Badge hasRequestTimeout should exist {"level":"debug","time":"2024-08-29T21:10:58Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- FAIL: TestRequestTimeoutsService (92.51s) === RUN TestFultInjectionService {"level":"debug","time":"2024-08-29T21:11:28Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:11:29Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-29T21:12:00Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} {"level":"debug","time":"2024-08-29T21:12:30Z","message":"Graph response status code 0 and error Get \"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=service&duration=60s&injectServiceNodes=true&namespaces=bookinfo&\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"} graph_badges_test.go:170: Error Trace: /go/src/kiali/tests/integration/tests/graph_badges_test.go:170 /go/src/kiali/tests/integration/tests/graph_badges_test.go:153 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestFultInjectionService Messages: Badge hasFaultInjection should exist {"level":"debug","time":"2024-08-29T21:12:31Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- FAIL: TestFultInjectionService (92.46s) === RUN TestAppGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:18 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/bookinfo/applications/details/graph?duration=60s&graphType=app", Err:(*http.httpError)(0xc0003f47e0)} Test: TestAppGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppGraph (31.00s) === RUN TestAppVersionGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:25 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/bookinfo/applications/details/graph?duration=60s&graphType=app", Err:(*http.httpError)(0xc000368e28)} Test: TestAppVersionGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppVersionGraph (31.00s) === RUN TestVersionedAppGraph graph_nodes_test.go:42: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:42 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/bookinfo/applications/ratings/versions/v1/graph?duration=60s&graphType=versionedApp", Err:(*http.httpError)(0xc000614690)} Test: TestVersionedAppGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestVersionedAppGraph (31.00s) === RUN TestAppGraphEmpty --- PASS: TestAppGraphEmpty (0.51s) === RUN TestServiceGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:56 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/bookinfo/services/details/graph?duration=60s&graphType=versionedApp", Err:(*http.httpError)(0xc0006149d8)} Test: TestServiceGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestServiceGraph (31.00s) === RUN TestServiceGraphEmpty --- PASS: TestServiceGraphEmpty (0.45s) === RUN TestWorkloadGraph graph_nodes_test.go:91: Error Trace: /go/src/kiali/tests/integration/tests/graph_nodes_test.go:91 /go/src/kiali/tests/integration/tests/graph_nodes_test.go:70 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/bookinfo/workloads/details-v1/graph?duration=60s&graphType=workload", Err:(*http.httpError)(0xc00056e5b8)} Test: TestWorkloadGraph Messages: Graph elements should contains Nodes and Edges --- FAIL: TestWorkloadGraph (31.00s) === RUN TestWorkloadGraphEmpty --- PASS: TestWorkloadGraphEmpty (0.51s) === RUN TestAppBase graph_test.go:258: Error Trace: /go/src/kiali/tests/integration/tests/graph_test.go:258 /go/src/kiali/tests/integration/tests/graph_test.go:264 /go/src/kiali/tests/integration/tests/graph_test.go:18 Error: Expected nil, but got: &url.Error{Op:"Get", URL:"https://kiali-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/api/namespaces/graph?graphType=app&duration=60s&boxBy=cluster&namespaces=bookinfo&", Err:(*http.httpError)(0xc000368078)} Test: TestAppBase Messages: Graph elements should contains Nodes and Edges --- FAIL: TestAppBase (31.00s) === RUN TestAppNoLabels --- PASS: TestAppNoLabels (29.18s) === RUN TestAppRequestsPerSecond --- PASS: TestAppRequestsPerSecond (2.25s) === RUN TestAppRequestsPercentage --- PASS: TestAppRequestsPercentage (2.28s) === RUN TestAppRequestsResponseTime --- PASS: TestAppRequestsResponseTime (2.24s) === RUN TestAppInjectServiceNodesTrue --- PASS: TestAppInjectServiceNodesTrue (2.24s) === RUN TestAppInjectServiceNodesFalse --- PASS: TestAppInjectServiceNodesFalse (2.26s) === RUN TestAppAppendersBlank --- PASS: TestAppAppendersBlank (1.68s) === RUN TestAppAppendersInvalid --- PASS: TestAppAppendersInvalid (0.21s) === RUN TestServiceBase --- PASS: TestServiceBase (6.38s) === RUN TestServiceNoLabels --- PASS: TestServiceNoLabels (2.11s) === RUN TestServiceRequestsPerSecond --- PASS: TestServiceRequestsPerSecond (2.11s) === RUN TestServiceRequestsPercentage --- PASS: TestServiceRequestsPercentage (2.10s) === RUN TestServiceResponseTime --- PASS: TestServiceResponseTime (2.09s) === RUN TestServiceInjectServiceNodesTrue --- PASS: TestServiceInjectServiceNodesTrue (2.11s) === RUN TestServiceInjectServiceNodesFalse --- PASS: TestServiceInjectServiceNodesFalse (2.10s) === RUN TestServiceAppendersBlank --- PASS: TestServiceAppendersBlank (1.66s) === RUN TestVersionedAppBase --- PASS: TestVersionedAppBase (6.76s) === RUN TestVersionedAppNoLabels --- PASS: TestVersionedAppNoLabels (2.25s) === RUN TestVersionedAppRequestsPerSecond --- PASS: TestVersionedAppRequestsPerSecond (2.26s) === RUN TestVersionedAppRequestsPercentage --- PASS: TestVersionedAppRequestsPercentage (2.24s) === RUN TestVersionedAppRequestsResponseTime --- PASS: TestVersionedAppRequestsResponseTime (2.25s) === RUN TestVersionedAppRInjectServiceNodesTrue --- PASS: TestVersionedAppRInjectServiceNodesTrue (2.24s) === RUN TestVersionedAppRInjectServiceNodesFalse --- PASS: TestVersionedAppRInjectServiceNodesFalse (2.25s) === RUN TestVersionedAppAppendersBlank --- PASS: TestVersionedAppAppendersBlank (1.67s) === RUN TestWorkloadNoLabels --- PASS: TestWorkloadNoLabels (2.24s) === RUN TestWorkloadRequestsPerSecond --- PASS: TestWorkloadRequestsPerSecond (2.25s) === RUN TestWorkloadRequestPercentage --- PASS: TestWorkloadRequestPercentage (2.24s) === RUN TestWorkloadRequestsResponseTime --- PASS: TestWorkloadRequestsResponseTime (2.24s) === RUN TestWorkloadAppendersBlank --- PASS: TestWorkloadAppendersBlank (1.66s) === RUN TestBoxNegative --- PASS: TestBoxNegative (0.22s) === RUN TestGraphTypeNegative --- PASS: TestGraphTypeNegative (0.22s) === RUN TestDisplayIdleEdges --- PASS: TestDisplayIdleEdges (2.24s) === RUN TestDisplayIdleNodes --- PASS: TestDisplayIdleNodes (2.26s) === RUN TestDisplayOperationNodes --- PASS: TestDisplayOperationNodes (2.24s) === RUN TestDisplayServiceNodes --- PASS: TestDisplayServiceNodes (2.24s) === RUN TestIstioConfigList {"level":"debug","time":"2024-08-29T21:17:24Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-29T21:17:25Z","message":"gateway.gateway.networking.k8s.io \"gatewayapi\" deleted\nhttproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestIstioConfigList (1.79s) === RUN TestIstioConfigs {"level":"debug","time":"2024-08-29T21:17:26Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-29T21:17:27Z","message":"gateway.gateway.networking.k8s.io \"gatewayapi\" deleted\nhttproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestIstioConfigs (1.71s) === RUN TestIstioConfigDetails --- PASS: TestIstioConfigDetails (0.35s) === RUN TestIstioConfigInvalidName --- PASS: TestIstioConfigInvalidName (0.22s) === RUN TestIstioConfigPermissions --- PASS: TestIstioConfigPermissions (0.22s) === RUN TestNamespaceMetrics --- PASS: TestNamespaceMetrics (1.37s) === RUN TestServiceMetrics --- PASS: TestServiceMetrics (1.37s) === RUN TestAppMetrics --- PASS: TestAppMetrics (1.36s) === RUN TestWorkloadMetrics --- PASS: TestWorkloadMetrics (1.38s) === RUN TestKialiStatus --- PASS: TestKialiStatus (0.37s) === RUN TestKialiConfig --- PASS: TestKialiConfig (0.37s) === RUN TestIstioPermissions --- PASS: TestIstioPermissions (0.22s) === RUN TestJaeger --- PASS: TestJaeger (0.22s) === RUN TestGrafana --- PASS: TestGrafana (0.68s) === RUN TestMeshTls --- PASS: TestMeshTls (0.23s) === RUN TestNamespaceTls --- PASS: TestNamespaceTls (0.20s) === RUN TestNamespaces --- PASS: TestNamespaces (0.21s) === RUN TestNamespaceHealthWorkload --- PASS: TestNamespaceHealthWorkload (0.37s) === RUN TestInvalidNamespaceHealth --- PASS: TestInvalidNamespaceHealth (0.22s) === RUN TestNamespaceHealthApp --- PASS: TestNamespaceHealthApp (0.22s) === RUN TestNamespaceHealthInvalidRate --- PASS: TestNamespaceHealthInvalidRate (0.22s) === RUN TestNamespaceHealthService --- PASS: TestNamespaceHealthService (0.29s) === RUN TestNoIstiod {"level":"debug","time":"2024-08-29T21:17:37Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:17:37Z","message":"Deleting Kiali pod kiali-7c689dc6b6-qnb4n"} {"level":"debug","time":"2024-08-29T21:17:37Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:17:37Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:17:37Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:17:42Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:17:43Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:17:43Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:17:43Z","message":"Condition type Ready status False pod name kiali-7c689dc6b6-8flb7"} {"level":"debug","time":"2024-08-29T21:17:47Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:17:48Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:17:48Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:17:48Z","message":"Condition type Ready status False pod name kiali-7c689dc6b6-8flb7"} {"level":"debug","time":"2024-08-29T21:17:52Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:17:53Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:17:53Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:17:53Z","message":"Condition type Ready status False pod name kiali-7c689dc6b6-8flb7"} {"level":"debug","time":"2024-08-29T21:17:57Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:17:58Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:17:58Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:17:58Z","message":"Condition type Ready status False pod name kiali-7c689dc6b6-8flb7"} {"level":"debug","time":"2024-08-29T21:18:02Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:03Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:03Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:03Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:07Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:08Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:08Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:08Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:12Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:13Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:13Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:13Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:17Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:18Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:18Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:18Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:22Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:23Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:23Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:23Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:27Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:28Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:28Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:28Z","message":"Condition type Ready status False pod name kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:32Z","message":"Waiting for kiali pod kiali-7c689dc6b6-qnb4n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:33Z","message":"Found 2 pods"} === RUN TestNoIstiod/ServicesListNoRegistryServices {"level":"debug","time":"2024-08-29T21:18:34Z","message":"serviceentry.networking.istio.io/external-svc-https created\n"} {"level":"debug","time":"2024-08-29T21:18:34Z","message":"serviceentry.networking.istio.io \"external-svc-https\" deleted\n"} === RUN TestNoIstiod/NoProxyStatus === RUN TestNoIstiod/istioStatus === RUN TestNoIstiod/emptyValidations {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Config response returned: &{Namespace:{Name:bookinfo Cluster: IsAmbient:false CreationTimestamp:0001-01-01 00:00:00 +0000 UTC Labels:map[] Annotations:map[]} ObjectType:gateways AuthorizationPolicy: DestinationRule: EnvoyFilter: Gateway:0xc00067c1c0 PeerAuthentication: RequestAuthentication: ServiceEntry: Sidecar: VirtualService: WorkloadEntry: WorkloadGroup: WasmPlugin: Telemetry: K8sGateway: K8sHTTPRoute: Permissions:{Create:true Update:true Delete:true} IstioValidation: IstioReferences: IstioConfigHelpFields:[]}"} {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Deleting Kiali pod kiali-685bf4786c-gq5gl"} {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:18:41Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:18:46Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:46Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:18:46Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:46Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:18:51Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:51Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:18:51Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:51Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:18:56Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:18:56Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:18:56Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:18:56Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:19:01Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:01Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:19:01Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:01Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:19:06Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:06Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:06Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:06Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:19:11Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:11Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:11Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:11Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:19:16Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:16Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:16Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:16Z","message":"Condition type Ready status False pod name kiali-6bdcd8d94-ldgkd"} {"level":"debug","time":"2024-08-29T21:19:21Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:21Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:21Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:21Z","message":"Condition type Ready status False pod name kiali-6bdcd8d94-ldgkd"} {"level":"debug","time":"2024-08-29T21:19:26Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:26Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:26Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:26Z","message":"Condition type Ready status False pod name kiali-6bdcd8d94-ldgkd"} {"level":"debug","time":"2024-08-29T21:19:31Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:31Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:31Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:31Z","message":"Condition type Ready status False pod name kiali-6bdcd8d94-ldgkd"} {"level":"debug","time":"2024-08-29T21:19:36Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:36Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:19:36Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:19:36Z","message":"Condition type Ready status False pod name kiali-685bf4786c-2whpt"} {"level":"debug","time":"2024-08-29T21:19:41Z","message":"Waiting for kiali pod kiali-685bf4786c-gq5gl in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:19:41Z","message":"Found 1 pods"} --- PASS: TestNoIstiod (124.31s) --- PASS: TestNoIstiod/ServicesListNoRegistryServices (1.95s) --- PASS: TestNoIstiod/NoProxyStatus (0.54s) --- PASS: TestNoIstiod/istioStatus (0.30s) --- PASS: TestNoIstiod/emptyValidations (5.23s) === RUN TestLogsContainerIstioProxy --- PASS: TestLogsContainerIstioProxy (0.84s) === RUN TestLogsContainerDetails --- PASS: TestLogsContainerDetails (0.56s) === RUN TestLogsInvalidContainer --- PASS: TestLogsInvalidContainer (0.56s) === RUN TestLogsInvalidLineCount --- PASS: TestLogsInvalidLineCount (0.52s) === RUN TestRemoteIstiod {"level":"debug","time":"2024-08-29T21:19:44Z","message":"Kiali CRD found. Assuming Kiali is deployed through the operator."} {"level":"debug","time":"2024-08-29T21:19:44Z","message":"Patching istiod istiod-basic-smcp deployment with proxy"} {"level":"debug","time":"2024-08-29T21:19:44Z","message":"Successfully patched istiod deployment with proxy"} {"level":"debug","time":"2024-08-29T21:19:45Z","message":"service/istiod-debug created\n"} {"level":"debug","time":"2024-08-29T21:19:45Z","message":"Patching kiali to use remote istiod"} {"level":"debug","time":"2024-08-29T21:19:45Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:19:50Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:19:55Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:20:00Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:20:05Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-29T21:20:05Z","message":"Successfully patched kiali to use remote istiod"} {"level":"debug","time":"2024-08-29T21:20:05Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:05Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:20:05Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:20:10Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:10Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:10Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:10Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:15Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:15Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:15Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:15Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:20Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:20Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:20Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:20Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:25Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:25Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:25Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:25Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:30Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:30Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:30Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:30Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:35Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:35Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:35Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:35Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:40Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:40Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:20:40Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-29T21:20:40Z","message":"Condition type Ready status False pod name kiali-5f6fb6d7bb-8rb2k"} {"level":"debug","time":"2024-08-29T21:20:45Z","message":"Waiting for kiali pod kiali-6bdcd8d94-ldgkd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:20:45Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:20:45Z","message":"Cleaning up resources from RemoteIstiod test"} {"level":"debug","time":"2024-08-29T21:20:46Z","message":"Remove nginx container from istio deployment istiod-basic-smcp"} {"level":"debug","time":"2024-08-29T21:21:06Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:06Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-29T21:21:06Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:11Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:11Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:11Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:16Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:16Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:16Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:21Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:21Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:21Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:26Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:26Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:26Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:31Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:31Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:31Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:36Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:36Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:36Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:41Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:41Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-29T21:21:41Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-29T21:21:46Z","message":"Waiting for kiali pod kiali-5f6fb6d7bb-8rb2k in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-29T21:21:46Z","message":"Found 1 pods"} --- PASS: TestRemoteIstiod (122.70s) === RUN TestServicesList --- PASS: TestServicesList (0.67s) === RUN TestServiceDetails --- PASS: TestServiceDetails (0.32s) === RUN TestServiceDetailsInvalidName --- PASS: TestServiceDetailsInvalidName (0.25s) === RUN TestServiceDiscoverVS {"level":"debug","time":"2024-08-29T21:21:48Z","message":"virtualservice.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-29T21:21:50Z","message":"virtualservice.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverVS (2.73s) === RUN TestServiceDiscoverDR {"level":"debug","time":"2024-08-29T21:21:51Z","message":"destinationrule.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-29T21:21:53Z","message":"destinationrule.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverDR (2.88s) === RUN TestServiceTraces {"level":"debug","time":"2024-08-29T21:21:53Z","message":"Traces response: {\"data\":[{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spans\":[{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"bfc8129b91f7eff0\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\"}],\"startTime\":1724966462221176,\"duration\":585,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462221893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966462209111,\"duration\":16516,\"tags\":[{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225782,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\"}],\"startTime\":1724966462220863,\"duration\":1209,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462222160,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\"}],\"startTime\":1724966462217832,\"duration\":5625,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223572,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"64c372da007cd326\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\"}],\"startTime\":1724966462213949,\"duration\":1003,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215092,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462213406,\"duration\":1877,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215367,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\"}],\"startTime\":1724966462209566,\"duration\":15777,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225484,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462217352,\"duration\":6464,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spans\":[{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"bfb7e5b2664fc5ad\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\"}],\"startTime\":1724966129213587,\"duration\":977,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214706,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129213215,\"duration\":1702,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214995,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\"}],\"startTime\":1724966129209666,\"duration\":15788,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225594,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129216715,\"duration\":7593,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129224370,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"aa44b4651b36461f\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\"}],\"startTime\":1724966129221212,\"duration\":609,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129221996,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966129209328,\"duration\":16446,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225880,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\"}],\"startTime\":1724966129220913,\"duration\":1296,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129222299,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\"}],\"startTime\":1724966129217185,\"duration\":6600,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129223946,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spans\":[{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"01c013eda1e2c542\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"4c002821a88eb2ba\"}],\"startTime\":1724965913213245,\"duration\":1039,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965913214439,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"4c002821a88eb2ba\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965913212753,\"duration\":1902,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965913214731,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"88f137ad54d22bbd\"}],\"startTime\":1724965913209211,\"duration\":6014386,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"3889\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919223738,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"544fd88ad248013f\",\"operationName\":\"virtual-service-reviews:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965916220583,\"duration\":3002375,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"DI,DC\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080|v3|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080|v3|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"otel.status_code\",\"type\":\"string\",\"value\":\"ERROR\"},{\"key\":\"error\",\"type\":\"bool\",\"value\":true},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919223026,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"21484df4dbb643a4\",\"operationName\":\"virtual-service-reviews:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965913216486,\"duration\":3002885,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"DI,DC\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080|v2|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080|v2|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"otel.status_code\",\"type\":\"string\",\"value\":\"ERROR\"},{\"key\":\"error\",\"type\":\"bool\",\"value\":true},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965916219433,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"88f137ad54d22bbd\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724965913208856,\"duration\":6015073,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"3889\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919224039,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spans\":[{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966496209366,\"duration\":12258,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221732,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"4fe65a10492bc113\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\"}],\"startTime\":1724966496214465,\"duration\":965,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215577,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496217496,\"duration\":2642,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496220189,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496213978,\"duration\":1745,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215800,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\"}],\"startTime\":1724966496209727,\"duration\":11509,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221410,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"f731c5570f6763b0\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\"}],\"startTime\":1724966496217713,\"duration\":2158,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.134~reviews-v1-84d548858-r26sw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.134\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496219988,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spans\":[{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275216827,\"duration\":8510,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225431,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\"}],\"startTime\":1724966275209317,\"duration\":17313,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275226769,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275212872,\"duration\":2091,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275215048,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"ed9971378ec714a9\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\"}],\"startTime\":1724966275222085,\"duration\":644,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275222854,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966275208974,\"duration\":18031,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.10\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275227114,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\"}],\"startTime\":1724966275217258,\"duration\":7690,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225139,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\"}],\"startTime\":1724966275221786,\"duration\":1220,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275223100,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"1484dab76027f739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\"}],\"startTime\":1724966275213386,\"duration\":1118,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275214661,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestServiceTraces (0.30s) === RUN TestWorkloadTraces {"level":"debug","time":"2024-08-29T21:21:54Z","message":"Traces response: {\"data\":[{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spans\":[{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"bfb7e5b2664fc5ad\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\"}],\"startTime\":1724966129213587,\"duration\":977,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214706,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129213215,\"duration\":1702,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214995,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\"}],\"startTime\":1724966129209666,\"duration\":15788,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225594,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129216715,\"duration\":7593,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129224370,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"aa44b4651b36461f\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\"}],\"startTime\":1724966129221212,\"duration\":609,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129221996,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966129209328,\"duration\":16446,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225880,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\"}],\"startTime\":1724966129220913,\"duration\":1296,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129222299,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\"}],\"startTime\":1724966129217185,\"duration\":6600,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129223946,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spans\":[{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"bfc8129b91f7eff0\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\"}],\"startTime\":1724966462221176,\"duration\":585,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462221893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966462209111,\"duration\":16516,\"tags\":[{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225782,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\"}],\"startTime\":1724966462220863,\"duration\":1209,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462222160,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\"}],\"startTime\":1724966462217832,\"duration\":5625,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223572,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"64c372da007cd326\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\"}],\"startTime\":1724966462213949,\"duration\":1003,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215092,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462213406,\"duration\":1877,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215367,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\"}],\"startTime\":1724966462209566,\"duration\":15777,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225484,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462217352,\"duration\":6464,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spans\":[{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"01c013eda1e2c542\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"4c002821a88eb2ba\"}],\"startTime\":1724965913213245,\"duration\":1039,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965913214439,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"4c002821a88eb2ba\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965913212753,\"duration\":1902,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965913214731,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"88f137ad54d22bbd\"}],\"startTime\":1724965913209211,\"duration\":6014386,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"3889\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919223738,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"544fd88ad248013f\",\"operationName\":\"virtual-service-reviews:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965916220583,\"duration\":3002375,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"DI,DC\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080|v3|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080|v3|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"otel.status_code\",\"type\":\"string\",\"value\":\"ERROR\"},{\"key\":\"error\",\"type\":\"bool\",\"value\":true},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919223026,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"21484df4dbb643a4\",\"operationName\":\"virtual-service-reviews:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"69d6260360109090\"}],\"startTime\":1724965913216486,\"duration\":3002885,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"DI,DC\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080|v2|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080|v2|reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"otel.status_code\",\"type\":\"string\",\"value\":\"ERROR\"},{\"key\":\"error\",\"type\":\"bool\",\"value\":true},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965916219433,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"16a55d6b17041cd988f137ad54d22bbd\",\"spanID\":\"88f137ad54d22bbd\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724965913208856,\"duration\":6015073,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"3889\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"4c61fca3-3920-940d-adc7-2b8b238ea13b\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724965919224039,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spans\":[{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966496209366,\"duration\":12258,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221732,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"4fe65a10492bc113\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\"}],\"startTime\":1724966496214465,\"duration\":965,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215577,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496217496,\"duration\":2642,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496220189,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496213978,\"duration\":1745,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215800,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\"}],\"startTime\":1724966496209727,\"duration\":11509,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221410,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"f731c5570f6763b0\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\"}],\"startTime\":1724966496217713,\"duration\":2158,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.134~reviews-v1-84d548858-r26sw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.134\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496219988,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spans\":[{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275216827,\"duration\":8510,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225431,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\"}],\"startTime\":1724966275209317,\"duration\":17313,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275226769,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275212872,\"duration\":2091,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275215048,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"ed9971378ec714a9\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\"}],\"startTime\":1724966275222085,\"duration\":644,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275222854,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966275208974,\"duration\":18031,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.10\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275227114,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\"}],\"startTime\":1724966275217258,\"duration\":7690,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225139,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\"}],\"startTime\":1724966275221786,\"duration\":1220,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275223100,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"1484dab76027f739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\"}],\"startTime\":1724966275213386,\"duration\":1118,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275214661,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestWorkloadTraces (0.30s) === RUN TestAppTraces {"level":"debug","time":"2024-08-29T21:21:54Z","message":"Traces response: {\"data\":[{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spans\":[{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966496209366,\"duration\":12258,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221732,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"4fe65a10492bc113\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\"}],\"startTime\":1724966496214465,\"duration\":965,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215577,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496217496,\"duration\":2642,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496220189,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"704449481bede14f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\"}],\"startTime\":1724966496213978,\"duration\":1745,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496215800,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"7f20711e050b78e8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"9e89fa356a409201\"}],\"startTime\":1724966496209727,\"duration\":11509,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496221410,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"f731c5570f6763b0\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"d57145ddfe56f1e39e89fa356a409201\",\"spanID\":\"15e185f9c66324ed\"}],\"startTime\":1724966496217713,\"duration\":2158,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"357b40f9-794a-9ad2-bf9e-4d4800aaf517\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.134~reviews-v1-84d548858-r26sw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.134\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966496219988,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spans\":[{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275216827,\"duration\":8510,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225431,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\"}],\"startTime\":1724966275209317,\"duration\":17313,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275226769,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"9164ba2d5cdfae51\"}],\"startTime\":1724966275212872,\"duration\":2091,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275215048,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"ed9971378ec714a9\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\"}],\"startTime\":1724966275222085,\"duration\":644,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275222854,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f1d07a2bfa753847\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966275208974,\"duration\":18031,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.10\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275227114,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"37b0194b6e04f58f\"}],\"startTime\":1724966275217258,\"duration\":7690,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275225139,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"53f36f83872ab083\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"f07ab842dbc9f440\"}],\"startTime\":1724966275221786,\"duration\":1220,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.121~reviews-v2-7f4fcbdcb6-c27k5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.121\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275223100,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"1484dab76027f739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"53af01638b4c11caf1d07a2bfa753847\",\"spanID\":\"6b5eb02d24ab1070\"}],\"startTime\":1724966275213386,\"duration\":1118,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d6612295-1272-9b71-aed7-e04e5d29ea73\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966275214661,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spans\":[{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"bfb7e5b2664fc5ad\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\"}],\"startTime\":1724966129213587,\"duration\":977,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214706,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"efdecf48de72141e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129213215,\"duration\":1702,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129214995,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\"}],\"startTime\":1724966129209666,\"duration\":15788,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225594,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"ccaaf43396a029e1\"}],\"startTime\":1724966129216715,\"duration\":7593,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129224370,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"aa44b4651b36461f\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\"}],\"startTime\":1724966129221212,\"duration\":609,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129221996,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"10a95d5c792853a1\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966129209328,\"duration\":16446,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129225880,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"1de825b9fae34d6c\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\"}],\"startTime\":1724966129220913,\"duration\":1296,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129222299,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"4d5852aac34afb4e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"36a2af61bf20a0dd10a95d5c792853a1\",\"spanID\":\"a7361a9a84de9607\"}],\"startTime\":1724966129217185,\"duration\":6600,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"bae3ef27-2d2c-91be-99b5-bb4a75fa45d5\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966129223946,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spans\":[{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"bfc8129b91f7eff0\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\"}],\"startTime\":1724966462221176,\"duration\":585,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.120~ratings-v1-6776d696d6-zjczr.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.120\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462221893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1724966462209111,\"duration\":16516,\"tags\":[{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.9\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.128.0.127~istio-ingressgateway-88b6c79b5-mh6wk.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225782,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"232aaf9aa745df5d\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\"}],\"startTime\":1724966462220863,\"duration\":1209,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462222160,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"a406b5449180351c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\"}],\"startTime\":1724966462217832,\"duration\":5625,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.122~reviews-v3-5f68c9c6f4-qdjwj.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.122\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223572,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"64c372da007cd326\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\"}],\"startTime\":1724966462213949,\"duration\":1003,\"tags\":[{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.119~details-v1-856695d46b-lbbf8.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.119\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215092,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"0bbcbe491316b739\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462213406,\"duration\":1877,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462215367,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"e8ca5fb9f5ec90ec\"}],\"startTime\":1724966462209566,\"duration\":15777,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-bscw.p7gb.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.127\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462225484,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"526f0f5e0284acd3\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"677025cdb08d3b20e8ca5fb9f5ec90ec\",\"spanID\":\"79d4243030d3c01f\"}],\"startTime\":1724966462217352,\"duration\":6464,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.133~productpage-v1-7d4965f6fd-rbxgx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"a32e4ac2-c66a-98ef-b9c8-ca0b2743c39c\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.133\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1724966462223893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestAppTraces (0.29s) === RUN TestWrongTracesType {"level":"debug","time":"2024-08-29T21:21:54Z","message":"Traces response: 404 page not found\n"} --- PASS: TestWrongTracesType (0.19s) === RUN TestWrongNamespaceTraces {"level":"debug","time":"2024-08-29T21:21:54Z","message":"Traces response: {\"data\":[],\"errors\":null,\"jaegerServiceName\":\"details.wrong\"}"} --- PASS: TestWrongNamespaceTraces (0.29s) === RUN TestServiceSpans --- PASS: TestServiceSpans (0.29s) === RUN TestAppSpans --- PASS: TestAppSpans (0.28s) === RUN TestWorkloadSpans --- PASS: TestWorkloadSpans (0.29s) === RUN TestWrongTypeSpans --- PASS: TestWrongTypeSpans (0.20s) === RUN TestWrongNamespaceSpans --- PASS: TestWrongNamespaceSpans (0.29s) === RUN TestWorkloadsList --- PASS: TestWorkloadsList (1.08s) === RUN TestWorkloadDetails --- PASS: TestWorkloadDetails (0.39s) === RUN TestWorkloadIstioIngressEmptyProxyStatus --- PASS: TestWorkloadIstioIngressEmptyProxyStatus (0.45s) === RUN TestWorkloadDetailsInvalidName --- PASS: TestWorkloadDetailsInvalidName (0.21s) === RUN TestDiscoverWorkload {"level":"debug","time":"2024-08-29T21:21:59Z","message":"replicaset.apps/reviews-v4 created\nreplicationcontroller/reviews-v5 created\nstatefulset.apps/reviews-v6 created\npod/details-v2 created\n"} {"level":"debug","time":"2024-08-29T21:22:37Z","message":"replicaset.apps \"reviews-v4\" deleted\nreplicationcontroller \"reviews-v5\" deleted\nstatefulset.apps \"reviews-v6\" deleted\npod \"details-v2\" deleted\n"} --- PASS: TestDiscoverWorkload (39.35s) FAIL exit status 1 FAIL github.com/kiali/kiali/tests/integration/tests 1109.392s Test results can be found here: /go/src/kiali/tests/integration/junit-rest-report.xml Copying result xml to /logs/artifacts Istio is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3 istioctl is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3/bin/istioctl client version: 1.22.3 control plane version: OSSM_2.6.0-1 data plane version: 1.20.8 (8 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true AMBIENT_ENABLED=false ====== UNINSTALLING ANY EXISTING BOOKINFO DEMO ===== servicemeshmember.maistra.io "default" deleted securitycontextconstraints.security.openshift.io "bookinfo-scc" deleted project.project.openshift.io "bookinfo" deleted Error from server (NotFound): namespaces "bookinfo" not found ====== BOOKINFO UNINSTALLED =====