You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.folders.timeSeries.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -239,12 +239,12 @@ <h3>Method Details</h3>
239
239
3.14,
240
240
],
241
241
},
242
-
"exponentialBuckets": { # Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)). # The exponential buckets.
242
+
"exponentialBuckets": { # Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)). # The exponential buckets.
243
243
"growthFactor": 3.14, # Must be greater than 1.
244
244
"numFiniteBuckets": 42, # Must be greater than 0.
245
245
"scale": 3.14, # Must be greater than 0.
246
246
},
247
-
"linearBuckets": { # Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)). # The linear bucket.
247
+
"linearBuckets": { # Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)). # The linear bucket.
248
248
"numFiniteBuckets": 42, # Must be greater than 0.
249
249
"offset": 3.14, # Lower bound of the first bucket.
250
250
"width": 3.14, # Must be greater than 0.
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.organizations.timeSeries.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -239,12 +239,12 @@ <h3>Method Details</h3>
239
239
3.14,
240
240
],
241
241
},
242
-
"exponentialBuckets": { # Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)). # The exponential buckets.
242
+
"exponentialBuckets": { # Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)). # The exponential buckets.
243
243
"growthFactor": 3.14, # Must be greater than 1.
244
244
"numFiniteBuckets": 42, # Must be greater than 0.
245
245
"scale": 3.14, # Must be greater than 0.
246
246
},
247
-
"linearBuckets": { # Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)). # The linear bucket.
247
+
"linearBuckets": { # Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)). # The linear bucket.
248
248
"numFiniteBuckets": 42, # Must be greater than 0.
249
249
"offset": 3.14, # Lower bound of the first bucket.
250
250
"width": 3.14, # Must be greater than 0.
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.projects.alertPolicies.html
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,14 @@ <h3>Method Details</h3>
113
113
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
114
114
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
115
115
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
116
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
117
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
118
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
119
+
"A String",
120
+
],
121
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
122
+
},
123
+
],
116
124
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
117
125
"period": "A String", # Not more than one notification per period.
118
126
},
@@ -235,6 +243,14 @@ <h3>Method Details</h3>
235
243
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
236
244
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
237
245
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
246
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
247
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
248
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
249
+
"A String",
250
+
],
251
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
252
+
},
253
+
],
238
254
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
239
255
"period": "A String", # Not more than one notification per period.
240
256
},
@@ -382,6 +398,14 @@ <h3>Method Details</h3>
382
398
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
383
399
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
384
400
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
401
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
402
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
403
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
404
+
"A String",
405
+
],
406
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
407
+
},
408
+
],
385
409
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
386
410
"period": "A String", # Not more than one notification per period.
387
411
},
@@ -517,6 +541,14 @@ <h3>Method Details</h3>
517
541
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
518
542
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
519
543
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
544
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
545
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
546
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
547
+
"A String",
548
+
],
549
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
550
+
},
551
+
],
520
552
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
521
553
"period": "A String", # Not more than one notification per period.
522
554
},
@@ -659,6 +691,14 @@ <h3>Method Details</h3>
659
691
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
660
692
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
661
693
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
694
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
695
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
696
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
697
+
"A String",
698
+
],
699
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
700
+
},
701
+
],
662
702
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
663
703
"period": "A String", # Not more than one notification per period.
664
704
},
@@ -782,6 +822,14 @@ <h3>Method Details</h3>
782
822
{ # A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see Introduction to Alerting (https://cloud.google.com/monitoring/alerts/).
783
823
"alertStrategy": { # Control over how the notification channels in notification_channels are notified when this alert fires. # Control over how this alert policy's notification channels are notified.
784
824
"autoClose": "A String", # If an alert policy that was active has no data for this long, any open incidents will close
825
+
"notificationChannelStrategy": [ # Control how notifications will be sent out, on a per-channel basis.
826
+
{ # Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.
827
+
"notificationChannelNames": [ # The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
828
+
"A String",
829
+
],
830
+
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
831
+
},
832
+
],
785
833
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
786
834
"period": "A String", # Not more than one notification per period.
0 commit comments