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". Output Directory: /go/src/kiali/_output Will use a specific Istio version: 1.22.3 Will look for Istio here: /go/src/kiali/_output/istio-1.22.3 Cannot find Istio 1.22.3 - will download it now... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101 100 101 0 0 1530 0 --:--:-- --:--:-- --:--:-- 1530 100 4899 100 4899 0 0 56965 0 --:--:-- --:--:-- --:--:-- 56965 Downloading istio-1.22.3 from https://github.com/istio/istio/releases/download/1.22.3/istio-1.22.3-linux-amd64.tar.gz ... Istio 1.22.3 Download Complete! Istio has been successfully downloaded into the istio-1.22.3 folder on your system. Next Steps: See https://istio.io/latest/docs/setup/install/ to add Istio to your Kubernetes cluster. To configure the istioctl client tool for your workstation, add the /go/src/kiali/_output/istio-1.22.3/bin directory to your environment path variable with: export PATH="$PATH:/go/src/kiali/_output/istio-1.22.3/bin" Begin the Istio pre-installation check by running: istioctl x precheck Need more information? Visit https://istio.io/latest/docs/setup/install/ Istio is found here: /go/src/kiali/_output/istio-1.22.3 client version: 1.22.3 control plane version: OSSM_2.6.0-1 data plane version: 1.20.8 (2 proxies) istioctl is found here: /go/src/kiali/_output/istio-1.22.3/bin/istioctl Istio is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3 istioctl is found here: /go/src/kiali/hack/istio/../../_output/istio-1.22.3/bin/istioctl client version: 1.22.3 control plane version: OSSM_2.6.0-1 data plane version: 1.20.8 (2 proxies) The cluster client executable is found here: /usr/bin/oc IS_OPENSHIFT=true IS_MAISTRA=true AMBIENT_ENABLED=false Now using project "bookinfo" on server "https://api.ci-rosa-h-y4n2.t5wz.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.13.227 9080/TCP 13s productpage ClusterIP 172.30.169.92 9080/TCP 10s ratings ClusterIP 172.30.28.226 9080/TCP 12s reviews ClusterIP 172.30.248.219 9080/TCP 12s NAME READY STATUS RESTARTS AGE details-v1-856695d46b-frc79 2/2 Running 0 7s productpage-v1-7d4965f6fd-l9nn5 2/2 Running 0 6s ratings-v1-6776d696d6-7j7mt 2/2 Running 0 6s reviews-v1-5fd6d4f8f8-9tsfv 1/1 Terminating 0 11s reviews-v1-84d548858-7zgxw 2/2 Running 0 5s reviews-v2-6f9b55c5db-vszv6 0/1 Terminating 0 11s reviews-v2-7f4fcbdcb6-rs59z 2/2 Running 0 5s reviews-v3-5f68c9c6f4-vltbd 2/2 Running 0 5s reviews-v3-7d99fd7978-8n92m 1/1 Terminating 0 11s Installing Traffic Generator Traffic Generator will use the OpenShift ingress route of: istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.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 3208 0 --:--:-- --:--:-- --:--:-- 3208 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 18809 0 --:--:-- --:--:-- --:--:-- 18809 replicaset.apps/kiali-traffic-generator created kiali.kiali.io/kiali condition met deployment.apps/kiali condition met Setting up Integration tests go install github.com/jstemmer/go-junit-report@latest go: downloading github.com/jstemmer/go-junit-report v1.0.0 Running Integration tests cd tests/integration/tests && go test -v -timeout 30m 2>&1 | tee >(go-junit-report > ../junit-rest-report.xml) ../int-test.log {"level":"info","time":"2024-08-16T21:17:32Z","message":"Adding a RegistryRefreshHandler"} === RUN TestApplicationsList --- PASS: TestApplicationsList (1.05s) === RUN TestApplicationDetails --- PASS: TestApplicationDetails (0.45s) === RUN TestAppDetailsInvalidName --- PASS: TestAppDetailsInvalidName (0.22s) === RUN TestAuthPolicyPrincipalsError {"level":"debug","time":"2024-08-16T21:17:36Z","message":"authorizationpolicy.security.istio.io/ratings-policy created\n"} {"level":"debug","time":"2024-08-16T21:17:36Z","message":"authorizationpolicy.security.istio.io \"ratings-policy\" deleted\n"} --- PASS: TestAuthPolicyPrincipalsError (1.72s) === RUN TestServiceEntryLabels {"level":"debug","time":"2024-08-16T21:17:38Z","message":"serviceentry.networking.istio.io/service-entry-labels created\ndestinationrule.networking.istio.io/dest-rule-labels created\nvirtualservice.networking.istio.io/app-rpc-icc created\ngateway.networking.istio.io/ingress-app created\n"} {"level":"debug","time":"2024-08-16T21:17:39Z","message":"serviceentry.networking.istio.io \"service-entry-labels\" deleted\ndestinationrule.networking.istio.io \"dest-rule-labels\" deleted\nvirtualservice.networking.istio.io \"app-rpc-icc\" deleted\ngateway.networking.istio.io \"ingress-app\" deleted\n"} --- PASS: TestServiceEntryLabels (2.70s) === RUN TestServiceEntryLabelsNotMatch {"level":"debug","time":"2024-08-16T21:17:41Z","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-16T21:17:42Z","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.65s) === RUN TestK8sGatewaysAddressesError {"level":"debug","time":"2024-08-16T21:17:43Z","message":"gateway.gateway.networking.k8s.io/gatewayapiaddr created\ngateway.gateway.networking.k8s.io/gatewayapiaddr2 created\n"} {"level":"debug","time":"2024-08-16T21:17:44Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiaddr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapiaddr2\" deleted\n"} --- PASS: TestK8sGatewaysAddressesError (2.31s) === RUN TestK8sGatewaysListenersError {"level":"debug","time":"2024-08-16T21:17:45Z","message":"gateway.gateway.networking.k8s.io/gatewayapilnr created\ngateway.gateway.networking.k8s.io/gatewayapilnr2 created\n"} {"level":"debug","time":"2024-08-16T21:17:46Z","message":"gateway.gateway.networking.k8s.io \"gatewayapilnr\" deleted\ngateway.gateway.networking.k8s.io \"gatewayapilnr2\" deleted\n"} --- PASS: TestK8sGatewaysListenersError (2.26s) === RUN TestK8sHTTPRoutesGatewaysError {"level":"debug","time":"2024-08-16T21:17:47Z","message":"httproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-16T21:17:48Z","message":"httproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestK8sHTTPRoutesGatewaysError (1.61s) === RUN TestK8sHTTPRoutesServicesError {"level":"debug","time":"2024-08-16T21:17:49Z","message":"gateway.gateway.networking.k8s.io/gatewayapiservices created\nhttproute.gateway.networking.k8s.io/httprouteservices created\n"} {"level":"debug","time":"2024-08-16T21:17:50Z","message":"gateway.gateway.networking.k8s.io \"gatewayapiservices\" deleted\nhttproute.gateway.networking.k8s.io \"httprouteservices\" deleted\n"} --- PASS: TestK8sHTTPRoutesServicesError (2.21s) === RUN TestAppDashboard --- PASS: TestAppDashboard (0.38s) === RUN TestServiceDashboard --- PASS: TestServiceDashboard (0.37s) === RUN TestWorkloadDashboard --- PASS: TestWorkloadDashboard (0.40s) === RUN TestExternalHostNode {"level":"debug","time":"2024-08-16T21:17:53Z","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-16T21:17:56Z","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.60s) === RUN TestCBVersionedApp {"level":"debug","time":"2024-08-16T21:17:58Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-16T21:18:01Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBVersionedApp (5.29s) === RUN TestCBWorkload {"level":"debug","time":"2024-08-16T21:18:04Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-16T21:18:07Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBWorkload (5.39s) === RUN TestCBService {"level":"debug","time":"2024-08-16T21:18:09Z","message":"destinationrule.networking.istio.io/circuitbreaker-reviews-all-cb created\n"} {"level":"debug","time":"2024-08-16T21:18:12Z","message":"destinationrule.networking.istio.io \"circuitbreaker-reviews-all-cb\" deleted\n"} --- PASS: TestCBService (4.98s) === RUN TestVSVersionedApp {"level":"debug","time":"2024-08-16T21:18:14Z","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-16T21:18:17Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSVersionedApp (5.28s) === RUN TestVSWorkload {"level":"debug","time":"2024-08-16T21:18:19Z","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-16T21:18:22Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSWorkload (5.54s) === RUN TestVSApp {"level":"debug","time":"2024-08-16T21:18:25Z","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-16T21:18:28Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSApp (5.26s) === RUN TestVSService {"level":"debug","time":"2024-08-16T21:18:30Z","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-16T21:18:33Z","message":"virtualservice.networking.istio.io \"ratings-delay-abort-vs\" deleted\ndestinationrule.networking.istio.io \"ratings-delay-abort-dr\" deleted\n"} --- PASS: TestVSService (4.93s) === RUN TestTraficShiftingVersionedApp {"level":"debug","time":"2024-08-16T21:18:35Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:18:38Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTraficShiftingVersionedApp (5.12s) === RUN TestTcpTraficShiftingVersionedApp {"level":"debug","time":"2024-08-16T21:18:40Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:18:43Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTraficShiftingVersionedApp (5.30s) === RUN TestRequestTimeoutsVersionedApp {"level":"debug","time":"2024-08-16T21:18:45Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:18:48Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsVersionedApp (5.19s) === RUN TestFaultInjectionVersionedApp {"level":"debug","time":"2024-08-16T21:18:50Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:18:53Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionVersionedApp (5.20s) === RUN TestTrafficShiftingWorkload {"level":"debug","time":"2024-08-16T21:18:56Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:18:59Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingWorkload (5.21s) === RUN TestTcpTrafficShiftingWorkload {"level":"debug","time":"2024-08-16T21:19:01Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:04Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingWorkload (5.17s) === RUN TestRequestTimeoutWorkload {"level":"debug","time":"2024-08-16T21:19:06Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:09Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutWorkload (5.23s) === RUN TestFaultInjectionWorkload {"level":"debug","time":"2024-08-16T21:19:11Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:14Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionWorkload (5.13s) === RUN TestTrafficShiftingApp {"level":"debug","time":"2024-08-16T21:19:17Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:20Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingApp (5.42s) === RUN TestTcpTrafficShiftingApp {"level":"debug","time":"2024-08-16T21:19:22Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:25Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingApp (5.37s) === RUN TestRequestTimeoutsApp {"level":"debug","time":"2024-08-16T21:19:27Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:30Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsApp (5.31s) === RUN TestFaultInjectionApp {"level":"debug","time":"2024-08-16T21:19:33Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:36Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFaultInjectionApp (5.30s) === RUN TestTrafficShiftingService {"level":"debug","time":"2024-08-16T21:19:38Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:41Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTrafficShiftingService (5.05s) === RUN TestTcpTrafficShiftingService {"level":"debug","time":"2024-08-16T21:19:43Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:46Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestTcpTrafficShiftingService (5.08s) === RUN TestRequestTimeoutsService {"level":"debug","time":"2024-08-16T21:19:48Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:51Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestRequestTimeoutsService (5.01s) === RUN TestFultInjectionService {"level":"debug","time":"2024-08-16T21:19:53Z","message":"virtualservice.networking.istio.io/virtual-service-reviews created\ndestinationrule.networking.istio.io/destination-rule-reviews created\n"} {"level":"debug","time":"2024-08-16T21:19:56Z","message":"virtualservice.networking.istio.io \"virtual-service-reviews\" deleted\ndestinationrule.networking.istio.io \"destination-rule-reviews\" deleted\n"} --- PASS: TestFultInjectionService (5.01s) === RUN TestAppGraph --- PASS: TestAppGraph (2.24s) === RUN TestAppVersionGraph --- PASS: TestAppVersionGraph (2.11s) === RUN TestVersionedAppGraph --- PASS: TestVersionedAppGraph (2.09s) === RUN TestAppGraphEmpty --- PASS: TestAppGraphEmpty (0.51s) === RUN TestServiceGraph --- PASS: TestServiceGraph (2.02s) === RUN TestServiceGraphEmpty --- PASS: TestServiceGraphEmpty (0.43s) === RUN TestWorkloadGraph --- PASS: TestWorkloadGraph (2.09s) === RUN TestWorkloadGraphEmpty --- PASS: TestWorkloadGraphEmpty (0.51s) === RUN TestAppBase --- PASS: TestAppBase (6.70s) === RUN TestAppNoLabels --- PASS: TestAppNoLabels (2.23s) === RUN TestAppRequestsPerSecond --- PASS: TestAppRequestsPerSecond (2.24s) === RUN TestAppRequestsPercentage --- PASS: TestAppRequestsPercentage (2.25s) === RUN TestAppRequestsResponseTime --- PASS: TestAppRequestsResponseTime (2.23s) === RUN TestAppInjectServiceNodesTrue --- PASS: TestAppInjectServiceNodesTrue (2.24s) === RUN TestAppInjectServiceNodesFalse --- PASS: TestAppInjectServiceNodesFalse (2.23s) === RUN TestAppAppendersBlank --- PASS: TestAppAppendersBlank (1.64s) === RUN TestAppAppendersInvalid --- PASS: TestAppAppendersInvalid (0.21s) === RUN TestServiceBase --- PASS: TestServiceBase (6.29s) === RUN TestServiceNoLabels --- PASS: TestServiceNoLabels (2.09s) === RUN TestServiceRequestsPerSecond --- PASS: TestServiceRequestsPerSecond (2.10s) === RUN TestServiceRequestsPercentage --- PASS: TestServiceRequestsPercentage (2.10s) === RUN TestServiceResponseTime --- PASS: TestServiceResponseTime (2.10s) === RUN TestServiceInjectServiceNodesTrue --- PASS: TestServiceInjectServiceNodesTrue (2.10s) === RUN TestServiceInjectServiceNodesFalse --- PASS: TestServiceInjectServiceNodesFalse (2.09s) === RUN TestServiceAppendersBlank --- PASS: TestServiceAppendersBlank (1.65s) === RUN TestVersionedAppBase --- PASS: TestVersionedAppBase (6.71s) === RUN TestVersionedAppNoLabels --- PASS: TestVersionedAppNoLabels (2.23s) === RUN TestVersionedAppRequestsPerSecond --- PASS: TestVersionedAppRequestsPerSecond (2.23s) === RUN TestVersionedAppRequestsPercentage --- PASS: TestVersionedAppRequestsPercentage (2.26s) === RUN TestVersionedAppRequestsResponseTime --- PASS: TestVersionedAppRequestsResponseTime (2.24s) === RUN TestVersionedAppRInjectServiceNodesTrue --- PASS: TestVersionedAppRInjectServiceNodesTrue (2.24s) === RUN TestVersionedAppRInjectServiceNodesFalse --- PASS: TestVersionedAppRInjectServiceNodesFalse (2.23s) === RUN TestVersionedAppAppendersBlank --- PASS: TestVersionedAppAppendersBlank (1.65s) === RUN TestWorkloadNoLabels --- PASS: TestWorkloadNoLabels (2.24s) === RUN TestWorkloadRequestsPerSecond --- PASS: TestWorkloadRequestsPerSecond (2.24s) === RUN TestWorkloadRequestPercentage --- PASS: TestWorkloadRequestPercentage (2.24s) === RUN TestWorkloadRequestsResponseTime --- PASS: TestWorkloadRequestsResponseTime (2.24s) === RUN TestWorkloadAppendersBlank --- PASS: TestWorkloadAppendersBlank (1.65s) === RUN TestBoxNegative --- PASS: TestBoxNegative (0.21s) === RUN TestGraphTypeNegative --- PASS: TestGraphTypeNegative (0.22s) === RUN TestDisplayIdleEdges --- PASS: TestDisplayIdleEdges (2.25s) === RUN TestDisplayIdleNodes --- PASS: TestDisplayIdleNodes (2.23s) === RUN TestDisplayOperationNodes --- PASS: TestDisplayOperationNodes (2.23s) === RUN TestDisplayServiceNodes --- PASS: TestDisplayServiceNodes (2.24s) === RUN TestIstioConfigList {"level":"debug","time":"2024-08-16T21:21:33Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-16T21:21:34Z","message":"gateway.gateway.networking.k8s.io \"gatewayapi\" deleted\nhttproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestIstioConfigList (1.93s) === RUN TestIstioConfigs {"level":"debug","time":"2024-08-16T21:21:35Z","message":"gateway.gateway.networking.k8s.io/gatewayapi created\nhttproute.gateway.networking.k8s.io/httproute created\n"} {"level":"debug","time":"2024-08-16T21:21:36Z","message":"gateway.gateway.networking.k8s.io \"gatewayapi\" deleted\nhttproute.gateway.networking.k8s.io \"httproute\" deleted\n"} --- PASS: TestIstioConfigs (1.90s) === RUN TestIstioConfigDetails --- PASS: TestIstioConfigDetails (0.35s) === RUN TestIstioConfigInvalidName --- PASS: TestIstioConfigInvalidName (0.22s) === RUN TestIstioConfigPermissions --- PASS: TestIstioConfigPermissions (0.22s) === RUN TestNamespaceMetrics --- PASS: TestNamespaceMetrics (1.36s) === RUN TestServiceMetrics --- PASS: TestServiceMetrics (1.38s) === RUN TestAppMetrics --- PASS: TestAppMetrics (1.39s) === RUN TestWorkloadMetrics --- PASS: TestWorkloadMetrics (1.38s) === RUN TestKialiStatus --- PASS: TestKialiStatus (0.37s) === RUN TestKialiConfig --- PASS: TestKialiConfig (0.37s) === RUN TestIstioPermissions --- PASS: TestIstioPermissions (0.21s) === RUN TestJaeger --- PASS: TestJaeger (0.22s) === RUN TestGrafana --- PASS: TestGrafana (0.69s) === RUN TestMeshTls --- PASS: TestMeshTls (0.22s) === RUN TestNamespaceTls --- PASS: TestNamespaceTls (0.21s) === RUN TestNamespaces --- PASS: TestNamespaces (0.22s) === RUN TestNamespaceHealthWorkload --- PASS: TestNamespaceHealthWorkload (0.36s) === RUN TestInvalidNamespaceHealth --- PASS: TestInvalidNamespaceHealth (0.22s) === RUN TestNamespaceHealthApp --- PASS: TestNamespaceHealthApp (0.24s) === RUN TestNamespaceHealthInvalidRate --- PASS: TestNamespaceHealthInvalidRate (0.22s) === RUN TestNamespaceHealthService --- PASS: TestNamespaceHealthService (0.29s) === RUN TestNoIstiod {"level":"debug","time":"2024-08-16T21:21:46Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:21:46Z","message":"Deleting Kiali pod kiali-79568469ff-kr964"} {"level":"debug","time":"2024-08-16T21:21:46Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:21:47Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:21:47Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:21:52Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:21:52Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:21:52Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:21:52Z","message":"Condition type Ready status False pod name kiali-79568469ff-7mtf7"} {"level":"debug","time":"2024-08-16T21:21:57Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:21:57Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:21:57Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:21:57Z","message":"Condition type Ready status False pod name kiali-79568469ff-7mtf7"} {"level":"debug","time":"2024-08-16T21:22:02Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:02Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:22:02Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:02Z","message":"Condition type Ready status False pod name kiali-79568469ff-7mtf7"} {"level":"debug","time":"2024-08-16T21:22:07Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:07Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:22:07Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:07Z","message":"Condition type Ready status False pod name kiali-79568469ff-7mtf7"} {"level":"debug","time":"2024-08-16T21:22:12Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:12Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:12Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:12Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:17Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:17Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:17Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:17Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:22Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:22Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:22Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:22Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:27Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:27Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:27Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:27Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:32Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:32Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:32Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:32Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:37Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:37Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:37Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:37Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:42Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:42Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:42Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:42Z","message":"Condition type Ready status False pod name kiali-79568469ff-7mtf7"} {"level":"debug","time":"2024-08-16T21:22:47Z","message":"Waiting for kiali pod kiali-79568469ff-kr964 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:47Z","message":"Found 1 pods"} === RUN TestNoIstiod/ServicesListNoRegistryServices {"level":"debug","time":"2024-08-16T21:22:48Z","message":"serviceentry.networking.istio.io/external-svc-https created\n"} {"level":"debug","time":"2024-08-16T21:22:49Z","message":"serviceentry.networking.istio.io \"external-svc-https\" deleted\n"} === RUN TestNoIstiod/NoProxyStatus === RUN TestNoIstiod/istioStatus === RUN TestNoIstiod/emptyValidations {"level":"debug","time":"2024-08-16T21:22:50Z","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:0xc000403500 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-16T21:22:50Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:22:50Z","message":"Deleting Kiali pod kiali-5ffdf5484-d66r9"} {"level":"debug","time":"2024-08-16T21:22:50Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:50Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:22:50Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:22:55Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:22:56Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:22:56Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:22:56Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-g86sg"} {"level":"debug","time":"2024-08-16T21:23:00Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:01Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:23:01Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:01Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-g86sg"} {"level":"debug","time":"2024-08-16T21:23:05Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:06Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:23:06Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:06Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-g86sg"} {"level":"debug","time":"2024-08-16T21:23:10Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:11Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:23:11Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:11Z","message":"Condition type Ready status False pod name kiali-5ffdf5484-g86sg"} {"level":"debug","time":"2024-08-16T21:23:15Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:16Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:16Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:16Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:20Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:21Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:21Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:21Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:25Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:26Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:26Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:26Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:30Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:31Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:31Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:31Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:35Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:36Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:36Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:36Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:40Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:41Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:23:41Z","message":"New kiali pod is not ready."} {"level":"debug","time":"2024-08-16T21:23:41Z","message":"Condition type Ready status False pod name kiali-5f6876887c-p7rmd"} {"level":"debug","time":"2024-08-16T21:23:45Z","message":"Waiting for kiali pod kiali-5ffdf5484-d66r9 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:23:46Z","message":"Found 2 pods"} --- PASS: TestNoIstiod (119.66s) --- PASS: TestNoIstiod/ServicesListNoRegistryServices (2.32s) --- PASS: TestNoIstiod/NoProxyStatus (0.53s) --- PASS: TestNoIstiod/istioStatus (0.29s) --- PASS: TestNoIstiod/emptyValidations (0.23s) === RUN TestLogsContainerIstioProxy --- PASS: TestLogsContainerIstioProxy (0.83s) === RUN TestLogsContainerDetails --- PASS: TestLogsContainerDetails (0.57s) === RUN TestLogsInvalidContainer --- PASS: TestLogsInvalidContainer (0.52s) === RUN TestLogsInvalidLineCount --- PASS: TestLogsInvalidLineCount (0.52s) === RUN TestRemoteIstiod {"level":"debug","time":"2024-08-16T21:23:48Z","message":"Kiali CRD found. Assuming Kiali is deployed through the operator."} {"level":"debug","time":"2024-08-16T21:23:48Z","message":"Patching istiod istiod-basic-smcp deployment with proxy"} {"level":"debug","time":"2024-08-16T21:23:48Z","message":"Successfully patched istiod deployment with proxy"} {"level":"debug","time":"2024-08-16T21:23:49Z","message":"service/istiod-debug created\n"} {"level":"debug","time":"2024-08-16T21:23:49Z","message":"Patching kiali to use remote istiod"} {"level":"debug","time":"2024-08-16T21:23:50Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:23:55Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:24:00Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:24:05Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:24:10Z","message":"Waiting for kiali configmap to update"} {"level":"debug","time":"2024-08-16T21:24:10Z","message":"Successfully patched kiali to use remote istiod"} {"level":"debug","time":"2024-08-16T21:24:10Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:10Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:24:10Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:15Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:15Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:15Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:20Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:20Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:20Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:25Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:25Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:25Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:30Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:30Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:30Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:35Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:35Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:35Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:40Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:40Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:40Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:45Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:45Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:24:45Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:24:50Z","message":"Waiting for kiali pod kiali-5f6876887c-p7rmd in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:24:50Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:24:50Z","message":"Cleaning up resources from RemoteIstiod test"} {"level":"debug","time":"2024-08-16T21:24:50Z","message":"Remove nginx container from istio deployment istiod-basic-smcp"} {"level":"debug","time":"2024-08-16T21:25:11Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:11Z","message":"Found 1 pods"} {"level":"debug","time":"2024-08-16T21:25:11Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:16Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:16Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:16Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:21Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:21Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:21Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:26Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:26Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:26Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:31Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:31Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:31Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:36Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:36Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:36Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:41Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:41Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:41Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:46Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:46Z","message":"Found 2 pods"} {"level":"debug","time":"2024-08-16T21:25:46Z","message":"Old kiali pod still exists."} {"level":"debug","time":"2024-08-16T21:25:51Z","message":"Waiting for kiali pod kiali-7d8bd4fc66-m96h5 in istio-system namespace to be ready"} {"level":"debug","time":"2024-08-16T21:25:51Z","message":"Found 1 pods"} --- PASS: TestRemoteIstiod (122.91s) === RUN TestServicesList --- PASS: TestServicesList (0.72s) === RUN TestServiceDetails --- PASS: TestServiceDetails (0.32s) === RUN TestServiceDetailsInvalidName --- PASS: TestServiceDetailsInvalidName (0.22s) === RUN TestServiceDiscoverVS {"level":"debug","time":"2024-08-16T21:25:53Z","message":"virtualservice.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-16T21:25:55Z","message":"virtualservice.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverVS (2.88s) === RUN TestServiceDiscoverDR {"level":"debug","time":"2024-08-16T21:25:56Z","message":"destinationrule.networking.istio.io/reviews created\n"} {"level":"debug","time":"2024-08-16T21:25:58Z","message":"destinationrule.networking.istio.io \"reviews\" deleted\n"} --- PASS: TestServiceDiscoverDR (3.04s) === RUN TestServiceTraces {"level":"debug","time":"2024-08-16T21:25:58Z","message":"Traces response: {\"data\":[{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spans\":[{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843346166007,\"duration\":19445,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185568,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\"}],\"startTime\":1723843346179473,\"duration\":1543,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346181128,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\"}],\"startTime\":1723843346174792,\"duration\":8437,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183346,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e3b46d5243afa511\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\"}],\"startTime\":1723843346179973,\"duration\":628,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346180728,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346170248,\"duration\":2074,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172400,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\"}],\"startTime\":1723843346166550,\"duration\":18348,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185073,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346174540,\"duration\":9030,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183636,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"0234d98d5ea85f1a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\"}],\"startTime\":1723843346170786,\"duration\":1107,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"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\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172035,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spans\":[{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ca216e0ee8e8ec38\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\"}],\"startTime\":1723843354178872,\"duration\":662,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"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\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179657,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354174139,\"duration\":7707,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"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.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181909,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354170231,\"duration\":2080,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172391,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\"}],\"startTime\":1723843354166621,\"duration\":16500,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183277,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\"}],\"startTime\":1723843354174508,\"duration\":6901,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181549,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\"}],\"startTime\":1723843354178465,\"duration\":1341,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179917,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"25f8efc74281c92a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\"}],\"startTime\":1723843354170722,\"duration\":1163,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172018,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843354166126,\"duration\":17516,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183749,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spans\":[{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118174186,\"duration\":10157,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184401,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118170411,\"duration\":1960,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172456,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\"}],\"startTime\":1723843118166721,\"duration\":18968,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118185841,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"9ba5c74443031f90\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\"}],\"startTime\":1723843118170888,\"duration\":999,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172026,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843118166180,\"duration\":20080,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.8\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118186371,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"b282417c1e1b0f40\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\"}],\"startTime\":1723843118180300,\"duration\":3603,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.155~reviews-v1-84d548858-7zgxw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.155\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184032,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spans\":[{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"ce7c143ff1f549b8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\"}],\"startTime\":1723843197180036,\"duration\":663,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197180824,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197170185,\"duration\":2046,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197172316,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\"}],\"startTime\":1723843197166608,\"duration\":17896,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197184653,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197174025,\"duration\":9220,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"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.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197183321,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\"}],\"startTime\":1723843197179585,\"duration\":1535,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197181228,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\"}],\"startTime\":1723843197175014,\"duration\":7788,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197182938,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"348894329ecc96c5\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\"}],\"startTime\":1723843197170690,\"duration\":1053,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197171893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843197166071,\"duration\":18918,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197185096,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestServiceTraces (0.30s) === RUN TestWorkloadTraces {"level":"debug","time":"2024-08-16T21:25:59Z","message":"Traces response: {\"data\":[{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spans\":[{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118174186,\"duration\":10157,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184401,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118170411,\"duration\":1960,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172456,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\"}],\"startTime\":1723843118166721,\"duration\":18968,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118185841,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"9ba5c74443031f90\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\"}],\"startTime\":1723843118170888,\"duration\":999,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172026,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843118166180,\"duration\":20080,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.8\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118186371,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"b282417c1e1b0f40\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\"}],\"startTime\":1723843118180300,\"duration\":3603,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.155~reviews-v1-84d548858-7zgxw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.155\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184032,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spans\":[{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"ce7c143ff1f549b8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\"}],\"startTime\":1723843197180036,\"duration\":663,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197180824,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197170185,\"duration\":2046,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197172316,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\"}],\"startTime\":1723843197166608,\"duration\":17896,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197184653,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197174025,\"duration\":9220,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"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.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197183321,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\"}],\"startTime\":1723843197179585,\"duration\":1535,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197181228,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\"}],\"startTime\":1723843197175014,\"duration\":7788,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197182938,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"348894329ecc96c5\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\"}],\"startTime\":1723843197170690,\"duration\":1053,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197171893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843197166071,\"duration\":18918,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197185096,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spans\":[{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843346166007,\"duration\":19445,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185568,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\"}],\"startTime\":1723843346179473,\"duration\":1543,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346181128,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\"}],\"startTime\":1723843346174792,\"duration\":8437,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183346,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e3b46d5243afa511\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\"}],\"startTime\":1723843346179973,\"duration\":628,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346180728,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346170248,\"duration\":2074,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172400,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\"}],\"startTime\":1723843346166550,\"duration\":18348,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185073,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346174540,\"duration\":9030,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183636,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"0234d98d5ea85f1a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\"}],\"startTime\":1723843346170786,\"duration\":1107,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"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\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172035,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spans\":[{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ca216e0ee8e8ec38\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\"}],\"startTime\":1723843354178872,\"duration\":662,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"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\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179657,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354174139,\"duration\":7707,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"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.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181909,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354170231,\"duration\":2080,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172391,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\"}],\"startTime\":1723843354166621,\"duration\":16500,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183277,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\"}],\"startTime\":1723843354174508,\"duration\":6901,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181549,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\"}],\"startTime\":1723843354178465,\"duration\":1341,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179917,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"25f8efc74281c92a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\"}],\"startTime\":1723843354170722,\"duration\":1163,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172018,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843354166126,\"duration\":17516,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183749,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestWorkloadTraces (0.29s) === RUN TestAppTraces {"level":"debug","time":"2024-08-16T21:25:59Z","message":"Traces response: {\"data\":[{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spans\":[{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ca216e0ee8e8ec38\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\"}],\"startTime\":1723843354178872,\"duration\":662,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"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\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179657,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354174139,\"duration\":7707,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"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.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181909,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\"}],\"startTime\":1723843354170231,\"duration\":2080,\"tags\":[{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172391,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"ae5e6108424049fd\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\"}],\"startTime\":1723843354166621,\"duration\":16500,\"tags\":[{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183277,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"57a3900a37b78f8c\"}],\"startTime\":1723843354174508,\"duration\":6901,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"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.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354181549,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb92c3f729973953\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fb2d5d642d74f159\"}],\"startTime\":1723843354178465,\"duration\":1341,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.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\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354179917,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"25f8efc74281c92a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"fc65032f1a96d8e2\"}],\"startTime\":1723843354170722,\"duration\":1163,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354172018,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"84ea8688845ded7edc7bd1f89d32cbf8\",\"spanID\":\"dc7bd1f89d32cbf8\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843354166126,\"duration\":17516,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"e2504005-acbc-94da-ba5f-76e117943025\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843354183749,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spans\":[{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118174186,\"duration\":10157,\"tags\":[{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184401,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\"}],\"startTime\":1723843118170411,\"duration\":1960,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172456,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"d7dca7a11b5c2de7\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\"}],\"startTime\":1723843118166721,\"duration\":18968,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118185841,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"9ba5c74443031f90\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"c227d3116e44634a\"}],\"startTime\":1723843118170888,\"duration\":999,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118172026,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"a608fa7253408aec\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843118166180,\"duration\":20080,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.128.0.8\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"4293\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118186371,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"b282417c1e1b0f40\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"2d9d68db376743b5a608fa7253408aec\",\"spanID\":\"f9ca8a1cbc9dfe49\"}],\"startTime\":1723843118180300,\"duration\":3603,\"tags\":[{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"cb9a5873-bdc5-91f0-b82d-e6aae389ee44\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.155~reviews-v1-84d548858-7zgxw.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"357\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.155\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843118184032,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p4\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spans\":[{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"ce7c143ff1f549b8\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\"}],\"startTime\":1723843197180036,\"duration\":663,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197180824,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197170185,\"duration\":2046,\"tags\":[{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197172316,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\"}],\"startTime\":1723843197166608,\"duration\":17896,\"tags\":[{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197184653,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"f38c1fb10949849e\"}],\"startTime\":1723843197174025,\"duration\":9220,\"tags\":[{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"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.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197183321,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"4097c09ebee3e032\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\"}],\"startTime\":1723843197179585,\"duration\":1535,\"tags\":[{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197181228,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c2dbd9f6a3d6bab7\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"c8ed2b75e9fe9120\"}],\"startTime\":1723843197175014,\"duration\":7788,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.129.0.156~reviews-v2-7f4fcbdcb6-rs59z.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"442\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.156\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197182938,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"348894329ecc96c5\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"b2924b81c10f3e0c\"}],\"startTime\":1723843197170690,\"duration\":1053,\"tags\":[{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197171893,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"a44337c5d465e11a64544846c95e4289\",\"spanID\":\"64544846c95e4289\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843197166071,\"duration\":18918,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5294\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"571405ed-6a67-96e8-89b7-06c98ea49da2\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843197185096,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p2\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]}},\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spans\":[{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[],\"startTime\":1723843346166007,\"duration\":19445,\"tags\":[{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.13\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"istio-system\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"router~10.129.0.148~istio-ingressgateway-96c5b7665-cshfx.istio-system~istio-system.svc.cluster.local\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"basic-smcp\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"istio-ingressgateway\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||productpage.bookinfo.svc.cluster.local\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185568,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p1\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\"}],\"startTime\":1723843346179473,\"duration\":1543,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||ratings.bookinfo.svc.cluster.local\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346181128,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"175b378eaf30fe98\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\"}],\"startTime\":1723843346174792,\"duration\":8437,\"tags\":[{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"reviews\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v3\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.80~reviews-v3-5f68c9c6f4-vltbd.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183346,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p2\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e3b46d5243afa511\",\"operationName\":\"ratings.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"f2878409cb92f638\"}],\"startTime\":1723843346179973,\"duration\":628,\"tags\":[{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"48\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://ratings:9080/ratings/0\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"ratings\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.80\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.100~ratings-v1-6776d696d6-7j7mt.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.100\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346180728,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p3\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346170248,\"duration\":2074,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"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.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||details.bookinfo.svc.cluster.local\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"178\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172400,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\",\"operationName\":\"productpage.bookinfo.svc.cluster.local:9080/productpage\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"e1f48c9d5995a85a\"}],\"startTime\":1723843346166550,\"duration\":18348,\"tags\":[{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"5290\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.129.0.148\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://istio-ingressgateway-istio-system.apps.rosa.ci-rosa-h-y4n2.t5wz.s3.devshift.org/productpage\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346185073,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5f43d04f3da4e377\",\"operationName\":\"reviews.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"d7e2544cce7e4a79\"}],\"startTime\":1723843346174540,\"duration\":9030,\"tags\":[{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"upstream_cluster.name\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"istio.canonical_revision\",\"type\":\"string\",\"value\":\"v1\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://reviews:9080/reviews/0\"},{\"key\":\"response_size\",\"type\":\"string\",\"value\":\"438\"},{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"productpage\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.130.0.79~productpage-v1-7d4965f6fd-l9nn5.bookinfo~bookinfo.svc.cluster.local\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"component\",\"type\":\"string\",\"value\":\"proxy\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"outbound|9080||reviews.bookinfo.svc.cluster.local\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"client\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346183636,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"cr\"}]}],\"processID\":\"p4\",\"warnings\":null},{\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"0234d98d5ea85f1a\",\"operationName\":\"details.bookinfo.svc.cluster.local:9080/*\",\"references\":[{\"refType\":\"CHILD_OF\",\"traceID\":\"eeca7b54398cc299e1f48c9d5995a85a\",\"spanID\":\"5c2ed0341d0f1997\"}],\"startTime\":1723843346170786,\"duration\":1107,\"tags\":[{\"key\":\"istio.canonical_service\",\"type\":\"string\",\"value\":\"details\"},{\"key\":\"istio.mesh_id\",\"type\":\"string\",\"value\":\"cluster.local\"},{\"key\":\"peer.address\",\"type\":\"string\",\"value\":\"10.130.0.79\"},{\"key\":\"downstream_cluster\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"http.status_code\",\"type\":\"string\",\"value\":\"200\"},{\"key\":\"http.url\",\"type\":\"string\",\"value\":\"http://details:9080/details/0\"},{\"key\":\"node_id\",\"type\":\"string\",\"value\":\"sidecar~10.128.0.99~details-v1-856695d46b-frc79.bookinfo~bookinfo.svc.cluster.local\"},{\"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\":\"178\"},{\"key\":\"response_flags\",\"type\":\"string\",\"value\":\"-\"},{\"key\":\"request_size\",\"type\":\"string\",\"value\":\"0\"},{\"key\":\"upstream_cluster\",\"type\":\"string\",\"value\":\"inbound|9080||\"},{\"key\":\"user_agent\",\"type\":\"string\",\"value\":\"Go-http-client/1.1\"},{\"key\":\"http.protocol\",\"type\":\"string\",\"value\":\"HTTP/1.1\"},{\"key\":\"istio.namespace\",\"type\":\"string\",\"value\":\"bookinfo\"},{\"key\":\"http.method\",\"type\":\"string\",\"value\":\"GET\"},{\"key\":\"guid:x-request-id\",\"type\":\"string\",\"value\":\"d2c20296-714a-988d-8e90-d76baf26054e\"},{\"key\":\"net.host.ip\",\"type\":\"string\",\"value\":\"10.128.0.99\"},{\"key\":\"span.kind\",\"type\":\"string\",\"value\":\"server\"},{\"key\":\"internal.span.format\",\"type\":\"string\",\"value\":\"zipkin\"}],\"logs\":[{\"timestamp\":1723843346172035,\"fields\":[{\"key\":\"event\",\"type\":\"string\",\"value\":\"ss\"}]}],\"processID\":\"p5\",\"warnings\":null}],\"processes\":{\"p1\":{\"serviceName\":\"istio-ingressgateway.istio-system\",\"tags\":[]},\"p2\":{\"serviceName\":\"reviews.bookinfo\",\"tags\":[]},\"p3\":{\"serviceName\":\"ratings.bookinfo\",\"tags\":[]},\"p4\":{\"serviceName\":\"productpage.bookinfo\",\"tags\":[]},\"p5\":{\"serviceName\":\"details.bookinfo\",\"tags\":[]}},\"warnings\":null}],\"errors\":null,\"jaegerServiceName\":\"details.bookinfo\"}"} --- PASS: TestAppTraces (0.29s) === RUN TestWrongTracesType {"level":"debug","time":"2024-08-16T21:25:59Z","message":"Traces response: 404 page not found\n"} --- PASS: TestWrongTracesType (0.20s) === RUN TestWrongNamespaceTraces {"level":"debug","time":"2024-08-16T21:25:59Z","message":"Traces response: {\"data\":[],\"errors\":null,\"jaegerServiceName\":\"details.wrong\"}"} --- PASS: TestWrongNamespaceTraces (0.29s) === RUN TestServiceSpans --- PASS: TestServiceSpans (0.28s) === RUN TestAppSpans --- PASS: TestAppSpans (0.29s) === RUN TestWorkloadSpans --- PASS: TestWorkloadSpans (0.29s) === RUN TestWrongTypeSpans --- PASS: TestWrongTypeSpans (0.20s) === RUN TestWrongNamespaceSpans --- PASS: TestWrongNamespaceSpans (0.29s) === RUN TestWorkloadsList --- PASS: TestWorkloadsList (1.08s) === RUN TestWorkloadDetails --- PASS: TestWorkloadDetails (0.37s) === RUN TestWorkloadIstioIngressEmptyProxyStatus --- PASS: TestWorkloadIstioIngressEmptyProxyStatus (0.44s) === RUN TestWorkloadDetailsInvalidName --- PASS: TestWorkloadDetailsInvalidName (0.22s) === RUN TestDiscoverWorkload {"level":"debug","time":"2024-08-16T21:26:04Z","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-16T21:27:02Z","message":"replicaset.apps \"reviews-v4\" deleted\nreplicationcontroller \"reviews-v5\" deleted\nstatefulset.apps \"reviews-v6\" deleted\npod \"details-v2\" deleted\n"} --- PASS: TestDiscoverWorkload (59.10s) PASS ok github.com/kiali/kiali/tests/integration/tests 569.593s 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 {"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:169","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process did not finish before 2h0m0s timeout","severity":"error","time":"2024-08-16T23:14:24Z"} {"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:267","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15s grace period","severity":"error","time":"2024-08-16T23:14:39Z"}