11<a href =" https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=appengine-java8/bigquery/README.md " >
22<img alt =" Open in Cloud Shell " src =" http://gstatic.com/cloudssh/images/open-btn.png " ></a >
33
4- # Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Environment for Java 8
4+ # Google Cloud API Showcase: BigQuery & Cloud Monitoring in App Engine standard environment for Java 8
55
6- This API Showcase demonstrates how to run an AppEngine standard environment application with dependencies on both
7- [ Google BigQuery] [ bigquery ] and [ StackDriver Monitoring] [ stackdriver ] .
6+ This API Showcase demonstrates how to run an App Engine standard environment application with dependencies on both
7+ [ Google BigQuery] [ bigquery ] and [ StackDriver Monitoring] [ monitoring ] .
88
99[ bigquery ] : https://cloud.google.com/bigquery/docs
10- [ stackdriver ] : https://cloud.google.com/monitoring/docs
10+ [ monitoring ] : https://cloud.google.com/monitoring/docs
1111
1212The home page of this application provides a form to initiate a query of public data, in this case StackOverflow
1313questions tagged with ` google-bigquery ` .
@@ -35,12 +35,10 @@ cd appengine-java8/bigquery
3535```
3636- For local development, [ set up] [ set-up ] authentication
3737- Enable [ BigQuery] [ bigquery-api ] and [ Monitoring] [ monitoring-api ] APIs
38- - If you have not already enabled your project for StackDriver, do so by following [ these instructions] [ stackdriver-setup ] .
3938
4039[ set-up ] : https://cloud.google.com/docs/authentication/getting-started
4140[ bigquery-api ] : https://console.cloud.google.com/launcher/details/google/bigquery-json.googleapis.com
4241[ monitoring-api ] : https://console.cloud.google.com/launcher/details/google/monitoring.googleapis.com
43- [ stackdriver-setup ] : https://cloud.google.com/monitoring/accounts/tiers#not-enabled
4442
4543## Run locally
4644Run using shown Maven command. You can then direct your browser to ` http://localhost:8080/ ` to see the most recent query
@@ -56,12 +54,12 @@ few moments and try again.
5654
5755## Deploy
5856
59- - Deploy to AppEngine standard environment using the following Maven command.
57+ - Deploy to App Engine standard environment using the following Maven command.
6058```
6159 mvn clean package appengine:deploy
6260```
6361- Direct your browser to ` https://<your-project-id>.appspot.com ` .
64- - View more in-depth metrics data on the [ StackDriver Monitoring Dashboard] [ dashboard ]
62+ - View more in-depth metrics data on the [ Cloud Monitoring Dashboard] [ dashboard ]
6563
6664[ dashboard ] : https://pantheon.corp.google.com/monitoring
6765
0 commit comments