@hiiretail/gcp-infra-cli 0.102.4 → 0.102.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -490,7 +490,7 @@ cloud_run:
|
|
|
490
490
|
duration: 300s
|
|
491
491
|
aggregations:
|
|
492
492
|
- alignment_period: 60s
|
|
493
|
-
per_series_aligner:
|
|
493
|
+
per_series_aligner: ALIGN_MEAN
|
|
494
494
|
cross_series_reducer: REDUCE_PERCENTILE_99
|
|
495
495
|
group_by_fields:
|
|
496
496
|
- resource.label.service_name
|
|
@@ -509,7 +509,7 @@ cloud_run:
|
|
|
509
509
|
duration: 300s
|
|
510
510
|
aggregations:
|
|
511
511
|
- alignment_period: 60s
|
|
512
|
-
per_series_aligner:
|
|
512
|
+
per_series_aligner: ALIGN_MEAN
|
|
513
513
|
cross_series_reducer: REDUCE_PERCENTILE_99
|
|
514
514
|
group_by_fields:
|
|
515
515
|
- resource.label.service_name
|
|
@@ -544,7 +544,7 @@ spanner:
|
|
|
544
544
|
resource.type = "spanner_instance"
|
|
545
545
|
metric.type = "spanner.googleapis.com/instance/cpu/utilization"
|
|
546
546
|
resource.labels.project_id="<%-projectId%>"
|
|
547
|
-
|
|
547
|
+
threshold_value: 0.8
|
|
548
548
|
duration: 300s
|
|
549
549
|
aggregations:
|
|
550
550
|
- alignment_period: 60s
|