Skip to content

Commit 1ed81e2

Browse files
authored
fix(build): update branch to main (#574)
1 parent de76998 commit 1ed81e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

monitoring/snippets/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before running the samples, make sure you've followed the steps outlined in
5151

5252
### Alerts.backup Policies
5353

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

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

@@ -68,7 +68,7 @@ __Usage:__
6868

6969
### Alerts.delete Channels
7070

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

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

@@ -85,7 +85,7 @@ __Usage:__
8585

8686
### Alerts.enable Policies
8787

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

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

@@ -102,7 +102,7 @@ __Usage:__
102102

103103
### Alerts.list Policies
104104

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

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

@@ -119,7 +119,7 @@ __Usage:__
119119

120120
### Alerts.replace Channels
121121

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

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

@@ -136,7 +136,7 @@ __Usage:__
136136

137137
### Alerts.restore Policies
138138

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

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

@@ -155,7 +155,7 @@ __Usage:__
155155

156156
Creates an example 'custom.googleapis.com/stores/daily_sales' custom metric descriptor.
157157

158-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.createDescriptor.js).
158+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.createDescriptor.js).
159159

160160
[![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/metrics.createDescriptor.js,samples/README.md)
161161

@@ -174,7 +174,7 @@ __Usage:__
174174

175175
Deletes a custom metric descriptor.
176176

177-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.deleteDescriptor.js).
177+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.deleteDescriptor.js).
178178

179179
[![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/metrics.deleteDescriptor.js,samples/README.md)
180180

@@ -193,7 +193,7 @@ __Usage:__
193193

194194
Gets a custom metric descriptor
195195

196-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.getDescriptor.js).
196+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.getDescriptor.js).
197197

198198
[![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/metrics.getDescriptor.js,samples/README.md)
199199

@@ -210,7 +210,7 @@ __Usage:__
210210

211211
### Get Monitored Resource Descriptor
212212

213-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.getMonitoredResourceDescriptor.js).
213+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.getMonitoredResourceDescriptor.js).
214214

215215
[![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/metrics.getMonitoredResourceDescriptor.js,samples/README.md)
216216

@@ -227,7 +227,7 @@ __Usage:__
227227

228228
### List Metric Descriptors
229229

230-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.listDescriptors.js).
230+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.listDescriptors.js).
231231

232232
[![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/metrics.listDescriptors.js,samples/README.md)
233233

@@ -244,7 +244,7 @@ __Usage:__
244244

245245
### List Monitored Resource Descriptors
246246

247-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.listMonitoredResourceDescriptors.js).
247+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.listMonitoredResourceDescriptors.js).
248248

249249
[![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/metrics.listMonitoredResourceDescriptors.js,samples/README.md)
250250

@@ -263,7 +263,7 @@ __Usage:__
263263

264264
Aggregates time series data that matches 'compute.googleapis.com/instance/cpu/utilization'.
265265

266-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.readTimeSeriesAggregate.js).
266+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.readTimeSeriesAggregate.js).
267267

268268
[![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/metrics.readTimeSeriesAggregate.js,samples/README.md)
269269

@@ -282,7 +282,7 @@ __Usage:__
282282

283283
Reads time series data that matches the given filter.
284284

285-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.readTimeSeriesData.js).
285+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.readTimeSeriesData.js).
286286

287287
[![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/metrics.readTimeSeriesData.js,samples/README.md)
288288

@@ -301,7 +301,7 @@ __Usage:__
301301

302302
Reads headers of time series data that matches 'compute.googleapis.com/instance/cpu/utilization'.
303303

304-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.readTimeSeriesFields.js).
304+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.readTimeSeriesFields.js).
305305

306306
[![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/metrics.readTimeSeriesFields.js,samples/README.md)
307307

@@ -320,7 +320,7 @@ __Usage:__
320320

321321
Reduces time series data that matches 'compute.googleapis.com/instance/cpu/utilization'.
322322

323-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.readTimeSeriesReduce.js).
323+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.readTimeSeriesReduce.js).
324324

325325
[![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/metrics.readTimeSeriesReduce.js,samples/README.md)
326326

@@ -339,7 +339,7 @@ __Usage:__
339339

340340
Writes example time series data to 'custom.googleapis.com/stores/daily_sales'.
341341

342-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/metrics.writeTimeSeriesData.js).
342+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/metrics.writeTimeSeriesData.js).
343343

344344
[![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/metrics.writeTimeSeriesData.js,samples/README.md)
345345

@@ -356,7 +356,7 @@ __Usage:__
356356

357357
### Quickstart
358358

359-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/quickstart.js).
359+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/quickstart.js).
360360

361361
[![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/quickstart.js,samples/README.md)
362362

@@ -373,7 +373,7 @@ __Usage:__
373373

374374
### Uptime
375375

376-
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/master/samples/uptime.js).
376+
View the [source code](https://github.com/googleapis/nodejs-monitoring/blob/main/samples/uptime.js).
377377

378378
[![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/uptime.js,samples/README.md)
379379

0 commit comments

Comments
 (0)