Skip to content

Commit

Permalink
Minor fix of readme (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiweiZhao committed Feb 18, 2020
1 parent 58752d5 commit 3655360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions trace/cloud-trace-demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Open this demo app in [Google Cloud Shell](https://cloud.google.com/shell/docs/)
We provide a public image for the services in this demo app. You could also build
your own following steps 4 - 6.

[![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)
[![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)

#### Demo Requirements
If you are using Cloud Shell, skip to the next section.
Expand Down Expand Up @@ -42,7 +42,7 @@ If you are using the provided image, skip to the next section.
`./setup.sh`
12. Send request to the last service:

`curl $(kubectl get svc cloud-trace-demo-a -ojsonpath='{.status.loadBalancer.ingress[0].ip}')`
`curl $(kubectl get svc cloud-trace-demo-c -ojsonpath='{.status.loadBalancer.ingress[0].ip}')`
13. Visit [Trace List](https://pantheon.corp.google.com/traces/list) to check traces generated.
Click on any trace in the graph to see the Waterfall View.
![Screenshot](./example.png)
Expand Down
2 changes: 1 addition & 1 deletion trace/cloud-trace-demo-app/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kubectl apply -f app/demo-service-b.yaml
rm app/demo-service-b.yaml

################## Set up service c ###########################
echo "Fetching the external IP of the service b"
echo "Fetching the external IP of service b"
endpoint=""
for run in {1..20}
do
Expand Down

0 comments on commit 3655360

Please sign in to comment.