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
https://cloud.google.com/logging/docs/alerting/log-based-alerts
feat: Added support for user-defined labels on cloud monitoring's Service and
ServiceLevelObjective objects
fix!: mark required fields in QueryTimeSeriesRequest as required
PiperOrigin-RevId: 393200011
Copy file name to clipboardExpand all lines: google/monitoring/v3/common.proto
+1-27Lines changed: 1 addition & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ message TypedValue {
51
51
}
52
52
}
53
53
54
-
// A closed time interval. It extends from the start time to the end time, and includes both: `[startTime, endTime]`. Valid time intervals depend on the [`MetricKind`](/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of the metric value. The end time must not be earlier than the start time. When writing data points, the start time must not be more than 25 hours in the past and the end time must not be more than five minutes in the future.
54
+
// A closed time interval. It extends from the start time to the end time, and includes both: `[startTime, endTime]`. Valid time intervals depend on the [`MetricKind`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of the metric value. The end time must not be earlier than the start time. When writing data points, the start time must not be more than 25 hours in the past and the end time must not be more than five minutes in the future.
55
55
//
56
56
// * For `GAUGE` metrics, the `startTime` value is technically optional; if
57
57
// no value is specified, the start time defaults to the value of the
@@ -460,29 +460,3 @@ enum ComparisonType {
460
460
// True if the left argument is not equal to the right argument.
461
461
COMPARISON_NE=6;
462
462
}
463
-
464
-
// The tier of service for a Workspace. Please see the
465
-
// [service tiers
466
-
// documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more
467
-
// details.
468
-
enumServiceTier {
469
-
optiondeprecated=true;
470
-
471
-
// An invalid sentinel value, used to indicate that a tier has not
472
-
// been provided explicitly.
473
-
SERVICE_TIER_UNSPECIFIED=0;
474
-
475
-
// The Stackdriver Basic tier, a free tier of service that provides basic
476
-
// features, a moderate allotment of logs, and access to built-in metrics.
477
-
// A number of features are not available in this tier. For more details,
0 commit comments