WARNING: Using insecure TLS client config. Setting this option is not supported! Login successful. You have access to 79 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". ls: cannot access '/go/src/kiali/hack/istio/../../_output/istio-*': No such file or directory Output Directory: /go/src/kiali/_output Will use the latest 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 836 0 --:--:-- --:--:-- --:--:-- 836 100 4899 100 4899 0 0 33326 0 --:--:-- --:--:-- --:--:-- 33326 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.5.3-1 data plane version: 1.18.7 (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.5.3-1 data plane version: 1.18.7 (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-6xqq.a9ua.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.191.65 9080/TCP 13s productpage ClusterIP 172.30.115.140 9080/TCP 11s ratings ClusterIP 172.30.252.178 9080/TCP 13s reviews ClusterIP 172.30.26.141 9080/TCP 12s NAME READY STATUS RESTARTS AGE details-v1-768f965dcb-ck58g 2/2 Running 0 7s productpage-v1-5b65574c44-kdzvq 2/2 Running 0 7s ratings-v1-985dcd67b-wgwnx 2/2 Running 0 7s reviews-v1-7457b6556d-bqckd 2/2 Running 0 6s reviews-v1-8464b4668-mcfsd 1/1 Terminating 0 12s reviews-v2-54d789fd48-ns8nc 2/2 Running 0 6s reviews-v3-69c4849f76-mjbq2 2/2 Running 0 5s reviews-v3-7dfd5d4c6d-6k4gj 0/1 Terminating 0 12s Installing Traffic Generator Traffic Generator will use the OpenShift ingress route of: istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.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 2721 0 --:--:-- --:--:-- --:--:-- 2721 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 14812 0 --:--:-- --:--:-- --:--:-- 14812 replicaset.apps/kiali-traffic-generator created 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-09T07:33:01Z","message":"Adding a RegistryRefreshHandler"} === RUN TestApplicationsList --- PASS: TestApplicationsList (1.02s) === RUN TestApplicationDetails --- PASS: TestApplicationDetails (0.44s) === RUN TestAppDetailsInvalidName --- PASS: TestAppDetailsInvalidName (0.22s) === RUN TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-08-09T07:33:04Z","message":"authorizationpolicy.security.istio.io/ratings-policy created\n"} config_validations_test.go:211: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:211 /go/src/kiali/tests/integration/tests/config_validations_test.go:27 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-08-09T07:38:35Z","message":"authorizationpolicy.security.istio.io \"ratings-policy\" deleted\n"} --- FAIL: TestAuthPolicyPrincipalsError (332.12s) === RUN TestServiceEntryLabels {"level":"debug","time":"2024-08-09T07:38:37Z","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"} config_validations_test.go:211: Error Trace: /go/src/kiali/tests/integration/tests/config_validations_test.go:211 /go/src/kiali/tests/integration/tests/config_validations_test.go:56 Error: Expected nil, but got: context.deadlineExceededError{} Test: TestServiceEntryLabels {"level":"debug","time":"2024-08-09T07:44:08Z","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"} --- FAIL: TestServiceEntryLabels (332.36s) === RUN TestServiceEntryLabelsNotMatch {"level":"debug","time":"2024-08-09T07:44:09Z","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-09T07:44:10Z","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.56s) === RUN TestK8sGatewaysAddressesError {"level":"debug","time":"2024-08-09T07:44:11Z","message":"gateway.gateway.networking.k8s.io/gatewayapiaddr created\ngateway.gateway.networking.k8s.io/gatewayapiaddr2 created\n"} {"level":"debug","time":"2024-08-09T07:44:12Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiaddr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapiaddr2\" deleted\n"} --- PASS: TestK8sGatewaysAddressesError (2.17s) === RUN TestK8sGatewaysListenersError {"level":"debug","time":"2024-08-09T07:44:13Z","message":"gateway.gateway.networking.k8s.io/gatewayapilnr created\ngateway.gateway.networking.k8s.io/gatewayapilnr2 created\n"} {"level":"debug","time":"2024-08-09T07:44:14Z","message":"gateway.gateway.networking.k8s.io \"gatewayapilnr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapilnr2\" deleted\n"} --- PASS: TestK8sGatewaysListenersError (2.03s) === RUN TestK8sHTTPRoutesGatewaysError {"level":"debug","time":"2024-08-09T07:44:15Z","message":"httproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-09T07:44:16Z","message":"httproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestK8sHTTPRoutesGatewaysError (1.43s) === RUN TestK8sHTTPRoutesServicesError {"level":"debug","time":"2024-08-09T07:44:17Z","message":"gateway.gateway.networking.k8s.io/gatewayapiservices created\nhttproute.gateway.networking.k8s.io/httprouteservices created\n"} {"level":"debug","time":"2024-08-09T07:44:18Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiservices\" deleted\nhttproute.gateway.networking.k8s.io \"httprouteservices\" deleted\n"} --- PASS: TestK8sHTTPRoutesServicesError (2.03s) === RUN TestAppDashboard --- PASS: TestAppDashboard (0.38s) === RUN TestServiceDashboard --- PASS: TestServiceDashboard (0.40s) === RUN TestWorkloadDashboard --- PASS: TestWorkloadDashboard (0.39s) === RUN TestExternalHostNode {"level":"debug","time":"2024-08-09T07:44:20Z","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-09T07:44:23Z","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.28s) === RUN TestCBVersionedApp {"level":"debug","time":"2024-08-09T07:44:25Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-09T07:44:28Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBVersionedApp (4.73s) === RUN TestCBWorkload {"level":"debug","time":"2024-08-09T07:44:30Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-09T07:44:33Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBWorkload (4.82s) === RUN TestCBService {"level":"debug","time":"2024-08-09T07:44:35Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-09T07:44:37Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBService (4.49s) === RUN TestVSVersionedApp {"level":"debug","time":"2024-08-09T07:44:40Z","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-09T07:44:43Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSVersionedApp (5.61s) === RUN TestVSWorkload {"level":"debug","time":"2024-08-09T07:44: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-09T07:44:48Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSWorkload (5.39s) === RUN TestVSApp {"level":"debug","time":"2024-08-09T07:44: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-09T07:44:54Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSApp (5.13s) === RUN TestVSService {"level":"debug","time":"2024-08-09T07:44: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-09T07:44:59Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSService (5.11s) === RUN TestTraficShiftingVersionedApp {"level":"debug","time":"2024-08-09T07:45:01Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:04Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTraficShiftingVersionedApp (5.50s) === RUN TestTcpTraficShiftingVersionedApp {"level":"debug","time":"2024-08-09T07:45:07Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:10Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTraficShiftingVersionedApp (5.41s) === RUN TestRequestTimeoutsVersionedApp {"level":"debug","time":"2024-08-09T07:45:12Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:15Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsVersionedApp (5.15s) === RUN TestFaultInjectionVersionedApp {"level":"debug","time":"2024-08-09T07:45:17Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:20Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionVersionedApp (5.11s) === RUN TestTrafficShiftingWorkload {"level":"debug","time":"2024-08-09T07:45:22Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:25Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingWorkload (5.12s) === RUN TestTcpTrafficShiftingWorkload {"level":"debug","time":"2024-08-09T07:45:27Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:30Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingWorkload (5.22s) === RUN TestRequestTimeoutWorkload {"level":"debug","time":"2024-08-09T07:45:32Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:35Z","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-09T07:45:38Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:40Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionWorkload (5.11s) === RUN TestTrafficShiftingApp {"level":"debug","time":"2024-08-09T07:45:43Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:46Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingApp (5.14s) === RUN TestTcpTrafficShiftingApp {"level":"debug","time":"2024-08-09T07:45:48Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:51Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingApp (5.16s) === RUN TestRequestTimeoutsApp {"level":"debug","time":"2024-08-09T07:45:53Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:45:56Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsApp (5.10s) === RUN TestFaultInjectionApp {"level":"debug","time":"2024-08-09T07:45:58Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:46:01Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionApp (5.24s) === RUN TestTrafficShiftingService {"level":"debug","time":"2024-08-09T07:46:03Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:46:06Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingService (4.87s) === RUN TestTcpTrafficShiftingService {"level":"debug","time":"2024-08-09T07:46:08Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:46:11Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingService (4.79s) === RUN TestRequestTimeoutsService {"level":"debug","time":"2024-08-09T07:46:13Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:46:16Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsService (4.88s) === RUN TestFultInjectionService {"level":"debug","time":"2024-08-09T07:46:18Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-09T07:46:21Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFultInjectionService (4.95s) === RUN TestAppGraph --- PASS: TestAppGraph (2.23s) === RUN TestAppVersionGraph --- PASS: TestAppVersionGraph (2.12s) === RUN TestVersionedAppGraph --- PASS: TestVersionedAppGraph (2.09s) === RUN TestAppGraphEmpty --- PASS: TestAppGraphEmpty (0.50s) === RUN TestServiceGraph --- PASS: TestServiceGraph (2.02s) === RUN TestServiceGraphEmpty --- PASS: TestServiceGraphEmpty (0.43s) === RUN TestWorkloadGraph --- PASS: TestWorkloadGraph (2.09s) === RUN TestWorkloadGraphEmpty --- PASS: TestWorkloadGraphEmpty (0.50s) === RUN TestAppBase --- PASS: TestAppBase (6.71s) === RUN TestAppNoLabels --- PASS: TestAppNoLabels (2.25s) === RUN TestAppRequestsPerSecond --- PASS: TestAppRequestsPerSecond (2.24s) === RUN TestAppRequestsPercentage --- PASS: TestAppRequestsPercentage (2.24s) === RUN TestAppRequestsResponseTime --- PASS: TestAppRequestsResponseTime (2.25s) === RUN TestAppInjectServiceNodesTrue --- PASS: TestAppInjectServiceNodesTrue (2.23s) === RUN TestAppInjectServiceNodesFalse --- PASS: TestAppInjectServiceNodesFalse (2.24s) === RUN TestAppAppendersBlank --- PASS: TestAppAppendersBlank (1.65s) === RUN TestAppAppendersInvalid --- PASS: TestAppAppendersInvalid (0.22s) === RUN TestServiceBase --- PASS: TestServiceBase (6.31s) === RUN TestServiceNoLabels --- PASS: TestServiceNoLabels (2.08s) === RUN TestServiceRequestsPerSecond --- PASS: TestServiceRequestsPerSecond (2.09s) === RUN TestServiceRequestsPercentage --- PASS: TestServiceRequestsPercentage (2.09s) === RUN TestServiceResponseTime --- PASS: TestServiceResponseTime (2.12s) === RUN TestServiceInjectServiceNodesTrue --- PASS: TestServiceInjectServiceNodesTrue (2.09s) === RUN TestServiceInjectServiceNodesFalse --- PASS: TestServiceInjectServiceNodesFalse (2.10s) === RUN TestServiceAppendersBlank --- PASS: TestServiceAppendersBlank (1.65s) === RUN TestVersionedAppBase --- PASS: TestVersionedAppBase (6.75s) === RUN TestVersionedAppNoLabels --- PASS: TestVersionedAppNoLabels (2.23s) === RUN TestVersionedAppRequestsPerSecond --- PASS: TestVersionedAppRequestsPerSecond (2.23s) === RUN TestVersionedAppRequestsPercentage --- PASS: TestVersionedAppRequestsPercentage (2.24s) === RUN TestVersionedAppRequestsResponseTime --- PASS: TestVersionedAppRequestsResponseTime (2.25s) === RUN TestVersionedAppRInjectServiceNodesTrue --- PASS: TestVersionedAppRInjectServiceNodesTrue (2.26s) === RUN TestVersionedAppRInjectServiceNodesFalse --- PASS: TestVersionedAppRInjectServiceNodesFalse (2.24s) === RUN TestVersionedAppAppendersBlank --- PASS: TestVersionedAppAppendersBlank (1.66s) === RUN TestWorkloadNoLabels --- PASS: TestWorkloadNoLabels (2.23s) === RUN TestWorkloadRequestsPerSecond --- PASS: TestWorkloadRequestsPerSecond (2.25s) === RUN TestWorkloadRequestPercentage --- PASS: TestWorkloadRequestPercentage (2.24s) === RUN TestWorkloadRequestsResponseTime --- PASS: TestWorkloadRequestsResponseTime (2.24s) === RUN TestWorkloadAppendersBlank --- PASS: TestWorkloadAppendersBlank (1.64s) === RUN TestBoxNegative --- PASS: TestBoxNegative (0.21s) === RUN TestGraphTypeNegative --- PASS: TestGraphTypeNegative (0.22s) === RUN TestDisplayIdleEdges --- PASS: TestDisplayIdleEdges (2.24s) === RUN TestDisplayIdleNodes --- PASS: TestDisplayIdleNodes (2.25s) === RUN TestDisplayOperationNodes --- PASS: TestDisplayOperationNodes (2.23s) === RUN TestDisplayServiceNodes --- PASS: TestDisplayServiceNodes (2.23s) === RUN TestIstioConfigList {"level":"debug","time":"2024-08-09T07:47:58Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-09T07:47:59Z","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-09T07:48:00Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-09T07:48:01Z","message":"gateway.gateway.networking.k8s.io \"gatewayapi\" deleted\nhttproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestIstioConfigs (1.77s) === RUN TestIstioConfigDetails --- PASS: TestIstioConfigDetails (0.34s) === RUN TestIstioConfigInvalidName --- PASS: TestIstioConfigInvalidName (0.22s) === RUN TestIstioConfigPermissions --- PASS: TestIstioConfigPermissions (0.22s) === RUN TestNamespaceMetrics --- PASS: TestNamespaceMetrics (1.39s) === RUN TestServiceMetrics --- PASS: TestServiceMetrics (1.36s) === RUN TestAppMetrics --- PASS: TestAppMetrics (1.37s) === RUN TestWorkloadMetrics --- PASS: TestWorkloadMetrics (1.37s) === RUN TestKialiStatus --- PASS: TestKialiStatus (0.35s) === RUN TestKialiConfig --- PASS: TestKialiConfig (0.37s) === RUN TestIstioPermissions --- PASS: TestIstioPermissions (0.21s) === RUN TestJaeger --- PASS: TestJaeger (0.21s) === RUN TestGrafana --- PASS: TestGrafana (0.69s) === RUN TestMeshTls --- PASS: TestMeshTls (0.21s) === RUN TestNamespaceTls --- PASS: TestNamespaceTls (0.22s) === RUN TestNamespaces --- PASS: TestNamespaces (0.21s) === RUN TestNamespaceHealthWorkload --- PASS: TestNamespaceHealthWorkload (0.35s) === RUN TestInvalidNamespaceHealth --- PASS: TestInvalidNamespaceHealth (0.21s) === RUN TestNamespaceHealthApp --- PASS: TestNamespaceHealthApp (0.21s) === RUN TestNamespaceHealthInvalidRate --- PASS: TestNamespaceHealthInvalidRate (0.24s) === RUN TestNamespaceHealthService --- PASS: TestNamespaceHealthService (0.29s) === RUN TestNoIstiod {"level":"debug","time":"2024-08-09T07:48:11Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:48:11Z","message":"Deleting Kiali pod kiali-57f6858789-29m6g"} {"level":"debug","time":"2024-08-09T07:48:11Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:11Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:48:11Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:48:16Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:16Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:48:16Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:16Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:21Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:21Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:48:21Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:21Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:26Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:26Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:48:26Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:26Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:31Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:31Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:48:31Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:31Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:36Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:36Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:48:36Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:36Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:41Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:41Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:48:41Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:41Z","message":"Condition type Ready status False pod name kiali-57f6858789-frpvg"} {"level":"debug","time":"2024-08-09T07:48:46Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:46Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:48:46Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:46Z","message":"Condition type Ready status False pod name kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:48:51Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:51Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:48:51Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:51Z","message":"Condition type Ready status False pod name kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:48:56Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:48:56Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:48:56Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:48:56Z","message":"Condition type Ready status False pod name kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:49:01Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:01Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:01Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:01Z","message":"Condition type Ready status False pod name kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:49:06Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:06Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:06Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:06Z","message":"Condition type Ready status False pod name kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:49:11Z","message":"Waiting for kiali pod kiali-57f6858789-29m6g in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:11Z","message":"Found 1 pods"} === RUN TestNoIstiod/ServicesListNoRegistryServices {"level":"debug","time":"2024-08-09T07:49:13Z","message":"serviceentry.networking.istio.io/external-svc-https created\n"} {"level":"debug","time":"2024-08-09T07:49:13Z","message":"serviceentry.networking.istio.io \"external-svc-https\" deleted\n"} === RUN TestNoIstiod/NoProxyStatus === RUN TestNoIstiod/istioStatus === RUN TestNoIstiod/emptyValidations {"level":"debug","time":"2024-08-09T07:49:15Z","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:0xc00002a700 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-09T07:49:15Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:49:15Z","message":"Deleting Kiali pod kiali-c49fddc99-z5rxm"} {"level":"debug","time":"2024-08-09T07:49:15Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:15Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:15Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:49:20Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:20Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:49:20Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:20Z","message":"Condition type Ready status False pod name kiali-c49fddc99-lr9vp"} {"level":"debug","time":"2024-08-09T07:49:25Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:25Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:49:25Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:25Z","message":"Condition type Ready status False pod name kiali-c49fddc99-lr9vp"} {"level":"debug","time":"2024-08-09T07:49:30Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:30Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:49:30Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:30Z","message":"Condition type Ready status False pod name kiali-c49fddc99-lr9vp"} {"level":"debug","time":"2024-08-09T07:49:35Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:35Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:49:35Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:35Z","message":"Condition type Ready status False pod name kiali-c49fddc99-lr9vp"} {"level":"debug","time":"2024-08-09T07:49:40Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:40Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:40Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:40Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:49:45Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:45Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:45Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:45Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:49:50Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:50Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:50Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:50Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:49:55Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:49:55Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:49:55Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:49:55Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:50:00Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:00Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:50:00Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:50:00Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:50:05Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:05Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:50:05Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:50:05Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:50:10Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:10Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:50:10Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:50:10Z","message":"Condition type Ready status False pod name kiali-6dfbf79974-kdfdb"} {"level":"debug","time":"2024-08-09T07:50:15Z","message":"Waiting for kiali pod kiali-c49fddc99-z5rxm in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:15Z","message":"Found 1 pods"} --- PASS: TestNoIstiod (124.46s) --- PASS: TestNoIstiod/ServicesListNoRegistryServices (2.14s) --- PASS: TestNoIstiod/NoProxyStatus (0.54s) --- PASS: TestNoIstiod/istioStatus (0.32s) --- PASS: TestNoIstiod/emptyValidations (0.23s) === RUN TestLogsContainerIstioProxy --- PASS: TestLogsContainerIstioProxy (0.83s) === RUN TestLogsContainerDetails --- PASS: TestLogsContainerDetails (0.53s) === RUN TestLogsInvalidContainer --- PASS: TestLogsInvalidContainer (0.53s) === RUN TestLogsInvalidLineCount --- PASS: TestLogsInvalidLineCount (0.53s) === RUN TestRemoteIstiod {"level":"debug","time":"2024-08-09T07:50:18Z","message":"Kiali CRD found. Assuming Kiali is deployed through the operator."} {"level":"debug","time":"2024-08-09T07:50:18Z","message":"Patching istiod istiod-basic-smcp deployment with proxy"} {"level":"debug","time":"2024-08-09T07:50:18Z","message":"Successfully patched istiod deployment with proxy"} {"level":"debug","time":"2024-08-09T07:50:19Z","message":"service/istiod-debug created\n"} {"level":"debug","time":"2024-08-09T07:50:19Z","message":"Patching kiali to use remote istiod"} {"level":"debug","time":"2024-08-09T07:50:20Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:50:25Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:50:30Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:50:35Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:50:40Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-09T07:50:40Z","message":"Successfully patched kiali to use remote istiod"} {"level":"debug","time":"2024-08-09T07:50:40Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:40Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:50:40Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:50:45Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:45Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:50:45Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:50:50Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:50Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:50:50Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:50:50Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:50:55Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:50:55Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:50:55Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:50:55Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:51:00Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:00Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:00Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:51:00Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:51:05Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:05Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:05Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:51:05Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:51:10Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:10Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:10Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:51:10Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:51:15Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:15Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:15Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-09T07:51:15Z","message":"Condition type Ready status False pod name kiali-5d866fc7d8-g8d8n"} {"level":"debug","time":"2024-08-09T07:51:20Z","message":"Waiting for kiali pod kiali-6dfbf79974-kdfdb in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:20Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:51:20Z","message":"Cleaning up resources from RemoteIstiod test"} {"level":"debug","time":"2024-08-09T07:51:21Z","message":"Remove nginx container from istio deployment istiod-basic-smcp"} {"level":"debug","time":"2024-08-09T07:51:41Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:41Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-09T07:51:41Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:51:46Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:46Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:46Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:51:51Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:51Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:51Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:51:56Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:51:56Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:51:56Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:01Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:01Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:52:01Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:06Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:06Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:52:06Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:11Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:11Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:52:11Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:16Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:16Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:52:16Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:21Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:21Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-09T07:52:21Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-09T07:52:26Z","message":"Waiting for kiali pod kiali-5d866fc7d8-g8d8n in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-09T07:52:26Z","message":"Found 1 pods"} --- PASS: TestRemoteIstiod (128.62s) === RUN TestServicesList --- PASS: TestServicesList (20.83s) === RUN TestServiceDetails --- PASS: TestServiceDetails (0.36s) === RUN TestServiceDetailsInvalidName --- PASS: TestServiceDetailsInvalidName (0.22s) === RUN TestServiceDiscoverVS {"level":"debug","time":"2024-08-09T07:52:49Z","message":"virtualservice.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-09T07:52:51Z","message":"virtualservice.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverVS (3.19s) === RUN TestServiceDiscoverDR {"level":"debug","time":"2024-08-09T07:52:52Z","message":"destinationrule.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-09T07:52:54Z","message":"destinationrule.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverDR (2.86s) === RUN TestServiceTraces {"level":"debug","time":"2024-08-09T07:52:54Z","message":"Traces response: {\"data\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spans\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"5d72f65428637e57\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\"}],\"startTime\":1723189404494094,\"duration\":989,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495187,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\"}],\"startTime\":1723189404490309,\"duration\":15031,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505469,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404497135,\"duration\":6972,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504169,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404493792,\"duration\":1540,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495437,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189404489953,\"duration\":15683,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505743,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9527bbaacda825f1\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\"}],\"startTime\":1723189404501408,\"duration\":673,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"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.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502209,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\"}],\"startTime\":1723189404497729,\"duration\":6111,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504008,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\"}],\"startTime\":1723189404501083,\"duration\":1279,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502451,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spans\":[{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"7fbaff7cda9eb909\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\"}],\"startTime\":1723189674494589,\"duration\":1230,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674495934,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\"}],\"startTime\":1723189674498730,\"duration\":7420,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506300,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\"}],\"startTime\":1723189674502636,\"duration\":1653,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674504398,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\"}],\"startTime\":1723189674490425,\"duration\":18068,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"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-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508621,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674498443,\"duration\":8077,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506595,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674494227,\"duration\":1919,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674496239,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189674490082,\"duration\":18777,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508964,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"02d414037733b09a\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\"}],\"startTime\":1723189674502882,\"duration\":729,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674503760,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spans\":[{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"f2e4e4b4ba8d712f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\"}],\"startTime\":1723189705495149,\"duration\":1000,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496260,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\"}],\"startTime\":1723189705491234,\"duration\":15023,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506387,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705498279,\"duration\":6732,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"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.130.0.204\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705505066,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705494839,\"duration\":1578,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496525,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189705490890,\"duration\":15705,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.11\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506703,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"15c409c1dedc67a2\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\"}],\"startTime\":1723189705501918,\"duration\":624,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502666,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\"}],\"startTime\":1723189705498440,\"duration\":5861,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705504435,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\"}],\"startTime\":1723189705501593,\"duration\":1267,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"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\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502957,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestServiceTraces (0.31s) === RUN TestWorkloadTraces {"level":"debug","time":"2024-08-09T07:52:54Z","message":"Traces response: {\"data\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spans\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"5d72f65428637e57\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\"}],\"startTime\":1723189404494094,\"duration\":989,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495187,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\"}],\"startTime\":1723189404490309,\"duration\":15031,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505469,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404497135,\"duration\":6972,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504169,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404493792,\"duration\":1540,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495437,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189404489953,\"duration\":15683,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505743,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9527bbaacda825f1\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\"}],\"startTime\":1723189404501408,\"duration\":673,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"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.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502209,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\"}],\"startTime\":1723189404497729,\"duration\":6111,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504008,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\"}],\"startTime\":1723189404501083,\"duration\":1279,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502451,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spans\":[{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"7fbaff7cda9eb909\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\"}],\"startTime\":1723189674494589,\"duration\":1230,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674495934,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\"}],\"startTime\":1723189674498730,\"duration\":7420,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506300,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\"}],\"startTime\":1723189674502636,\"duration\":1653,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674504398,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\"}],\"startTime\":1723189674490425,\"duration\":18068,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"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-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508621,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674498443,\"duration\":8077,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506595,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674494227,\"duration\":1919,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674496239,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189674490082,\"duration\":18777,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508964,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"02d414037733b09a\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\"}],\"startTime\":1723189674502882,\"duration\":729,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674503760,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spans\":[{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"f2e4e4b4ba8d712f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\"}],\"startTime\":1723189705495149,\"duration\":1000,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496260,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\"}],\"startTime\":1723189705491234,\"duration\":15023,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506387,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705498279,\"duration\":6732,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"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.130.0.204\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705505066,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705494839,\"duration\":1578,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496525,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189705490890,\"duration\":15705,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.11\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506703,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"15c409c1dedc67a2\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\"}],\"startTime\":1723189705501918,\"duration\":624,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502666,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\"}],\"startTime\":1723189705498440,\"duration\":5861,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705504435,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\"}],\"startTime\":1723189705501593,\"duration\":1267,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"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\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502957,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestWorkloadTraces (0.29s) === RUN TestAppTraces {"level":"debug","time":"2024-08-09T07:52:54Z","message":"Traces response: {\"data\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spans\":[{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"5d72f65428637e57\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\"}],\"startTime\":1723189404494094,\"duration\":989,\"tags\":[{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495187,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\"}],\"startTime\":1723189404490309,\"duration\":15031,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505469,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404497135,\"duration\":6972,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504169,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9b4a0b326906578e\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"e6190137b6b5424e\"}],\"startTime\":1723189404493792,\"duration\":1540,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404495437,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"1cdd9989c2c0aff4\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189404489953,\"duration\":15683,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404505743,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"9527bbaacda825f1\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\"}],\"startTime\":1723189404501408,\"duration\":673,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"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.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502209,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3fc0ff6e3c95318e\"}],\"startTime\":1723189404497729,\"duration\":6111,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404504008,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"bf2a64dd37f07217\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"69028fd6f8ad96511cdd9989c2c0aff4\",\"spanID\":\"3959c79c5b4f4a59\"}],\"startTime\":1723189404501083,\"duration\":1279,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"ab9a5bfe-95aa-9f97-85a1-ffa56ae5d4ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189404502451,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spans\":[{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"7fbaff7cda9eb909\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\"}],\"startTime\":1723189674494589,\"duration\":1230,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674495934,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\"}],\"startTime\":1723189674498730,\"duration\":7420,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506300,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"62fe058b31f192f8\"}],\"startTime\":1723189674502636,\"duration\":1653,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.205~reviews-v2-54d789fd48-ns8nc.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674504398,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\"}],\"startTime\":1723189674490425,\"duration\":18068,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"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-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508621,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"70ea5ffdf1d52a93\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674498443,\"duration\":8077,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674506595,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"5defd847ed3be704\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"eeecc314685e32d5\"}],\"startTime\":1723189674494227,\"duration\":1919,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674496239,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"09d0fd36bc82b751\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189674490082,\"duration\":18777,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.11\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674508964,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"02d414037733b09a\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"fa0dbc949429198a09d0fd36bc82b751\",\"spanID\":\"2e4449d5cdff1ec8\"}],\"startTime\":1723189674502882,\"duration\":729,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.205\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"207a5cb5-09dd-9159-b5e6-70eaed00360a\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189674503760,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p5\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spans\":[{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"f2e4e4b4ba8d712f\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\"}],\"startTime\":1723189705495149,\"duration\":1000,\"tags\":[{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.203~details-v1-768f965dcb-ck58g.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.203\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496260,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\"}],\"startTime\":1723189705491234,\"duration\":15023,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506387,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705498279,\"duration\":6732,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"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.130.0.204\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705505066,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"e05522558c54b989\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ca47e0fbad32f6e5\"}],\"startTime\":1723189705494839,\"duration\":1578,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.204~productpage-v1-5b65574c44-kdzvq.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705496525,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"ffbb1b94900cdea0\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723189705490890,\"duration\":15705,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.130.0.194~istio-ingressgateway-69884b578f-ltmrx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.11\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-6xqq.a9ua.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.194\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705506703,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"15c409c1dedc67a2\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\"}],\"startTime\":1723189705501918,\"duration\":624,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.71~ratings-v1-985dcd67b-wgwnx.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.71\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502666,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1c509f966ab76634\"}],\"startTime\":1723189705498440,\"duration\":5861,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.204\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705504435,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null},{\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"1db2d7cbea373bfb\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"03f0f273200bd639ffbb1b94900cdea0\",\"spanID\":\"4d4ef6db55186a98\"}],\"startTime\":1723189705501593,\"duration\":1267,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"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\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.73~reviews-v3-69c4849f76-mjbq2.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"711c9af6-291b-9dc1-8e74-05c0e49069ed\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.73\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723189705502957,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestAppTraces (0.36s) === RUN TestWrongTracesType {"level":"debug","time":"2024-08-09T07:52:55Z","message":"Traces response: 404 page not found\n"} --- PASS: TestWrongTracesType (0.20s) === RUN TestWrongNamespaceTraces {"level":"debug","time":"2024-08-09T07:52:55Z","message":"Traces response: {\"data\":[],\"errors\":null,\"jaegerServiceName\":\"details.wrong\"}"} --- PASS: TestWrongNamespaceTraces (0.29s) === RUN TestServiceSpans --- PASS: TestServiceSpans (0.30s) === RUN TestAppSpans --- PASS: TestAppSpans (0.30s) === RUN TestWorkloadSpans --- PASS: TestWorkloadSpans (0.32s) === RUN TestWrongTypeSpans --- PASS: TestWrongTypeSpans (0.20s) === RUN TestWrongNamespaceSpans --- PASS: TestWrongNamespaceSpans (0.27s) === RUN TestWorkloadsList --- PASS: TestWorkloadsList (1.08s) === RUN TestWorkloadDetails --- PASS: TestWorkloadDetails (0.38s) === RUN TestWorkloadIstioIngressEmptyProxyStatus --- PASS: TestWorkloadIstioIngressEmptyProxyStatus (0.45s) === RUN TestWorkloadDetailsInvalidName --- PASS: TestWorkloadDetailsInvalidName (0.22s) === RUN TestDiscoverWorkload {"level":"debug","time":"2024-08-09T07:53:00Z","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-09T07:53:44Z","message":"replicaset.apps \"reviews-v4\" deleted\nreplicationcontroller \"reviews-v5\" deleted\nstatefulset.apps \"reviews-v6\" deleted\npod \"details-v2\" deleted\n"} --- PASS: TestDiscoverWorkload (45.79s) FAIL exit status 1 FAIL github.com/kiali/kiali/tests/integration/tests 1243.269s 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.5.3-1 data plane version: 1.18.7 (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 =====