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_v1.projects.location.prometheus.api.v1.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113
113
<pre>Lists labels for metrics.
114
114
115
115
Args:
116
-
name: string, The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER. (required)
116
+
name: string, Required. The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER. (required)
117
117
location: string, Location of the resource information. Has to be "global" now. (required)
118
118
body: object, The request body.
119
119
The object takes the form of:
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148
148
<pre>Evaluate a PromQL query at a single point in time.
149
149
150
150
Args:
151
-
name: string, The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
151
+
name: string, Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
152
152
location: string, Location of the resource information. Has to be "global" now. (required)
153
153
body: object, The request body.
154
154
The object takes the form of:
@@ -183,7 +183,7 @@ <h3>Method Details</h3>
183
183
<pre>Lists exemplars relevant to a given PromQL query,
184
184
185
185
Args:
186
-
name: string, The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
186
+
name: string, Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
187
187
location: string, Location of the resource information. Has to be "global" now. (required)
188
188
body: object, The request body.
189
189
The object takes the form of:
@@ -218,7 +218,7 @@ <h3>Method Details</h3>
218
218
<pre>Evaluate a PromQL query with start, end time range.
219
219
220
220
Args:
221
-
name: string, The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
221
+
name: string, Required. The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. (required)
222
222
location: string, Location of the resource information. Has to be "global" now. (required)
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v1.projects.location.prometheus.api.v1.label.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
91
91
<pre>Lists possible values for a given label name.
92
92
93
93
Args:
94
-
name: string, The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER. (required)
94
+
name: string, Required. The workspace on which to execute the request. It is not part of the open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine. The format is: projects/PROJECT_ID_OR_NUMBER. (required)
95
95
location: string, Location of the resource information. Has to be "global" now. (required)
96
96
label: string, The label name for which values are queried. (required)
97
97
end: string, The end time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.folders.timeSeries.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ <h3>Method Details</h3>
206
206
"nextPageToken": "A String", # If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
207
207
"timeSeries": [ # One or more time series that match the filter included in the request.
208
208
{ # A collection of data points that describes the time-varying values of a metric. A time series is identified by a combination of a fully-specified monitored resource and a fully-specified metric. This type is used for both listing and creating time series.
209
+
"description": "A String", # Input only. A detailed description of the time series that will be associated with the google.api.MetricDescriptor for the metric. Once set, this field cannot be changed through CreateTimeSeries.
209
210
"metadata": { # Auxiliary metadata for a MonitoredResource object. MonitoredResource objects contain the minimum set of information to uniquely identify a monitored resource instance. There is some other useful auxiliary metadata. Monitoring and Logging use an ingestion pipeline to extract metadata for cloud resources of all types, and store the metadata in this message. # Output only. The associated monitored resource metadata. When reading a time series, this field will include metadata labels that are explicitly named in the reduction. When creating a time series, this field is ignored.
210
211
"systemLabels": { # Output only. Values for predefined system metadata labels. System labels are a kind of metadata extracted by Google, including "machine_image", "vpc", "subnet_id", "security_group", "name", etc. System label values can be only strings, Boolean values, or a list of strings. For example: { "name": "my-test-instance", "security_group": ["a", "b", "c"], "spot_instance": false }
211
212
"a_key": "", # Properties of the object.
@@ -281,7 +282,7 @@ <h3>Method Details</h3>
281
282
},
282
283
"type": "A String", # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types (https://cloud.google.com/monitoring/api/resources) and Logging resource types (https://cloud.google.com/logging/docs/api/v2/resource-list).
283
284
},
284
-
"unit": "A String", # The units in which the metric value is reported. It is only applicable if the value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric values.
285
+
"unit": "A String", # The units in which the metric value is reported. It is only applicable if the value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric values. This field can only be changed through CreateTimeSeries when it is empty or "1".
285
286
"valueType": "A String", # The value type of the time series. When listing time series, this value type might be different from the value type of the associated metric if this time series is an alignment or reduction of other time series.When creating a time series, this field is optional. If present, it must be the same as the type of the data in the points field.
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.organizations.timeSeries.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ <h3>Method Details</h3>
206
206
"nextPageToken": "A String", # If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
207
207
"timeSeries": [ # One or more time series that match the filter included in the request.
208
208
{ # A collection of data points that describes the time-varying values of a metric. A time series is identified by a combination of a fully-specified monitored resource and a fully-specified metric. This type is used for both listing and creating time series.
209
+
"description": "A String", # Input only. A detailed description of the time series that will be associated with the google.api.MetricDescriptor for the metric. Once set, this field cannot be changed through CreateTimeSeries.
209
210
"metadata": { # Auxiliary metadata for a MonitoredResource object. MonitoredResource objects contain the minimum set of information to uniquely identify a monitored resource instance. There is some other useful auxiliary metadata. Monitoring and Logging use an ingestion pipeline to extract metadata for cloud resources of all types, and store the metadata in this message. # Output only. The associated monitored resource metadata. When reading a time series, this field will include metadata labels that are explicitly named in the reduction. When creating a time series, this field is ignored.
210
211
"systemLabels": { # Output only. Values for predefined system metadata labels. System labels are a kind of metadata extracted by Google, including "machine_image", "vpc", "subnet_id", "security_group", "name", etc. System label values can be only strings, Boolean values, or a list of strings. For example: { "name": "my-test-instance", "security_group": ["a", "b", "c"], "spot_instance": false }
211
212
"a_key": "", # Properties of the object.
@@ -281,7 +282,7 @@ <h3>Method Details</h3>
281
282
},
282
283
"type": "A String", # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types (https://cloud.google.com/monitoring/api/resources) and Logging resource types (https://cloud.google.com/logging/docs/api/v2/resource-list).
283
284
},
284
-
"unit": "A String", # The units in which the metric value is reported. It is only applicable if the value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric values.
285
+
"unit": "A String", # The units in which the metric value is reported. It is only applicable if the value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric values. This field can only be changed through CreateTimeSeries when it is empty or "1".
285
286
"valueType": "A String", # The value type of the time series. When listing time series, this value type might be different from the value type of the associated metric if this time series is an alignment or reduction of other time series.When creating a time series, this field is optional. If present, it must be the same as the type of the data in the points field.
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.projects.alertPolicies.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121
121
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
122
122
},
123
123
],
124
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
124
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
125
125
"period": "A String", # Not more than one notification per period.
126
126
},
127
127
},
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
270
270
},
271
271
],
272
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
272
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
273
273
"period": "A String", # Not more than one notification per period.
274
274
},
275
275
},
@@ -442,7 +442,7 @@ <h3>Method Details</h3>
442
442
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
443
443
},
444
444
],
445
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
445
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
446
446
"period": "A String", # Not more than one notification per period.
447
447
},
448
448
},
@@ -603,7 +603,7 @@ <h3>Method Details</h3>
603
603
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
604
604
},
605
605
],
606
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
606
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
607
607
"period": "A String", # Not more than one notification per period.
608
608
},
609
609
},
@@ -771,7 +771,7 @@ <h3>Method Details</h3>
771
771
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
772
772
},
773
773
],
774
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
774
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
775
775
"period": "A String", # Not more than one notification per period.
776
776
},
777
777
},
@@ -920,7 +920,7 @@ <h3>Method Details</h3>
920
920
"renotifyInterval": "A String", # The frequency at which to send reminder notifications for open incidents.
921
921
},
922
922
],
923
-
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for alert policieswith a LogMatch condition.This limit is not implemented for alert policies that are not log-based.
923
+
"notificationRateLimit": { # Control over the rate of notifications sent to this alert policy's notification channels. # Required for log-based alert policies, i.e. policies with a LogMatch condition.This limit is not implemented for alert policies that do not have a LogMatch condition.
924
924
"period": "A String", # Not more than one notification per period.
0 commit comments