Skip to content

Commit

Permalink
chore: remove duplicate alert samples (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 5, 2021
1 parent 4765132 commit 21d6aaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-monitoring/
| Alerts.backup Policies | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.backupPolicies.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.backupPolicies.js,samples/README.md) |
| Alerts.delete Channels | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.deleteChannels.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.deleteChannels.js,samples/README.md) |
| Alerts.enable Policies | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.enablePolicies.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.enablePolicies.js,samples/README.md) |
| Alerts | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.js,samples/README.md) |
| Alerts.list Policies | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.listPolicies.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.listPolicies.js,samples/README.md) |
| Alerts.replace Channels | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.replaceChannels.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.replaceChannels.js,samples/README.md) |
| Alerts.restore Policies | [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.restorePolicies.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.restorePolicies.js,samples/README.md) |
Expand Down
18 changes: 0 additions & 18 deletions packages/google-cloud-monitoring/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ and a variety of common application components including Cassandra, Nginx, Apach
* [Alerts.backup Policies](#alerts.backup-policies)
* [Alerts.delete Channels](#alerts.delete-channels)
* [Alerts.enable Policies](#alerts.enable-policies)
* [Alerts](#alerts)
* [Alerts.list Policies](#alerts.list-policies)
* [Alerts.replace Channels](#alerts.replace-channels)
* [Alerts.restore Policies](#alerts.restore-policies)
Expand Down Expand Up @@ -91,23 +90,6 @@ __Usage:__



### Alerts

View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-monitoring&page=editor&open_in_editor=samples/alerts.js,samples/README.md)

__Usage:__


`node samples/alerts.js`


-----




### Alerts.list Policies

View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/alerts.listPolicies.js).
Expand Down

0 comments on commit 21d6aaa

Please sign in to comment.