Skip to content

Commit

Permalink
docs: update jsdoc license/samples-README (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Dec 24, 2019
1 parent 95b9cd1 commit 7159608
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions monitoring/snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ and a variety of common application components including Cassandra, Nginx, Apach
Before running the samples, make sure you've followed the steps outlined in
[Using the client library](https://github.com/googleapis/nodejs-monitoring#using-the-client-library).

`cd samples`

`npm install`

`cd ..`

## Samples


Expand All @@ -37,7 +43,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
__Usage:__


`node alerts.js`
`node samples/alerts.js`


-----
Expand All @@ -54,7 +60,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
__Usage:__


`node metrics.js`
`node samples/metrics.js`


-----
Expand All @@ -71,7 +77,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
__Usage:__


`node quickstart.js`
`node samples/quickstart.js`


-----
Expand All @@ -88,7 +94,7 @@ View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/mast
__Usage:__


`node uptime.js`
`node samples/uptime.js`



Expand All @@ -97,4 +103,4 @@ __Usage:__

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/README.md
[product-docs]: https://cloud.google.com/monitoring/docs
[product-docs]: https://cloud.google.com/monitoring/docs

0 comments on commit 7159608

Please sign in to comment.