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: clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/SparkChartView.java
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,10 @@ public final class SparkChartView extends com.google.api.client.json.GenericJson
35
35
* The lower bound on data point frequency in the chart implemented by specifying the minimum
36
36
* alignment period to use in a time series query. For example, if the data is published once
37
37
* every 10 minutes it would not make sense to fetch and align data at one minute intervals. This
38
-
* field is optional and exists only as a hint.
38
+
* field is optional and exists only as a hint.For PromQL queries, this field is used to set the
39
+
* minimum interval for the query step, controlling data granularity. Larger values can improve
40
+
* performance on long time ranges. See Querying Basics and Range Queries for more details on the
41
+
* PromQL step.
39
42
* The value may be {@code null}.
40
43
*/
41
44
@com.google.api.client.util.Key
@@ -52,7 +55,10 @@ public final class SparkChartView extends com.google.api.client.json.GenericJson
52
55
* The lower bound on data point frequency in the chart implemented by specifying the minimum
53
56
* alignment period to use in a time series query. For example, if the data is published once
54
57
* every 10 minutes it would not make sense to fetch and align data at one minute intervals. This
55
-
* field is optional and exists only as a hint.
58
+
* field is optional and exists only as a hint.For PromQL queries, this field is used to set the
59
+
* minimum interval for the query step, controlling data granularity. Larger values can improve
60
+
* performance on long time ranges. See Querying Basics and Range Queries for more details on the
61
+
* PromQL step.
56
62
* @return value or {@code null} for none
57
63
*/
58
64
publicStringgetMinAlignmentPeriod() {
@@ -63,7 +69,10 @@ public String getMinAlignmentPeriod() {
63
69
* The lower bound on data point frequency in the chart implemented by specifying the minimum
64
70
* alignment period to use in a time series query. For example, if the data is published once
65
71
* every 10 minutes it would not make sense to fetch and align data at one minute intervals. This
66
-
* field is optional and exists only as a hint.
72
+
* field is optional and exists only as a hint.For PromQL queries, this field is used to set the
73
+
* minimum interval for the query step, controlling data granularity. Larger values can improve
74
+
* performance on long time ranges. See Querying Basics and Range Queries for more details on the
75
+
* PromQL step.
67
76
* @param minAlignmentPeriod minAlignmentPeriod or {@code null} for none
0 commit comments