File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trace/cloud-trace-demo-app Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Open this demo app in [Google Cloud Shell](https://cloud.google.com/shell/docs/)
55We provide a public image for the services in this demo app. You could also build
66your own following steps 4 - 6.
77
8- [ ![ Open Cloud Trace Demo APP in Cloud Shell] ( http://gstatic.com/cloudssh/images/open-btn.svg )] ( https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=trace/cloud-trace-demo-app/README.md& ; cloudshell_tutorial=README.md )
8+ [ ![ Open Cloud Trace Demo APP in Cloud Shell] ( http://gstatic.com/cloudssh/images/open-btn.svg )] ( https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=trace/cloud-trace-demo-app/README.md& ; cloudshell_tutorial=trace/cloud-trace-demo-app/ README.md )
99
1010#### Demo Requirements
1111If you are using Cloud Shell, skip to the next section.
@@ -42,7 +42,7 @@ If you are using the provided image, skip to the next section.
4242 ` ./setup.sh `
434312 . Send request to the last service:
4444
45- ` curl $(kubectl get svc cloud-trace-demo-a -ojsonpath='{.status.loadBalancer.ingress[0].ip}') `
45+ ` curl $(kubectl get svc cloud-trace-demo-c -ojsonpath='{.status.loadBalancer.ingress[0].ip}') `
464613 . Visit [ Trace List] ( https://pantheon.corp.google.com/traces/list ) to check traces generated.
4747 Click on any trace in the graph to see the Waterfall View.
4848 ![ Screenshot] ( ./example.png )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kubectl apply -f app/demo-service-b.yaml
2727rm app/demo-service-b.yaml
2828
2929# ################# Set up service c ###########################
30- echo " Fetching the external IP of the service b"
30+ echo " Fetching the external IP of service b"
3131endpoint=" "
3232for run in {1..20}
3333do
You can’t perform that action at this time.
0 commit comments