File tree 2 files changed +3
-3
lines changed
trace/cloud-trace-demo-app
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/)
5
5
We provide a public image for the services in this demo app. You could also build
6
6
your own following steps 4 - 6.
7
7
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 )
9
9
10
10
#### Demo Requirements
11
11
If 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.
42
42
` ./setup.sh `
43
43
12 . Send request to the last service:
44
44
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}') `
46
46
13 . Visit [ Trace List] ( https://pantheon.corp.google.com/traces/list ) to check traces generated.
47
47
Click on any trace in the graph to see the Waterfall View.
48
48
![ 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
27
27
rm app/demo-service-b.yaml
28
28
29
29
# ################# Set up service c ###########################
30
- echo " Fetching the external IP of the service b"
30
+ echo " Fetching the external IP of service b"
31
31
endpoint=" "
32
32
for run in {1..20}
33
33
do
You can’t perform that action at this time.
0 commit comments