@hiiretail/gcp-infra-cli 0.102.1 → 0.102.2

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.
@@ -228,11 +228,12 @@ memorystore:
228
228
  resource.type="redis_instance"
229
229
  metric.type="redis.googleapis.com/stats/cpu_utilization"
230
230
  resource.labels.project_id="<%-projectId%>"
231
- threshold_value: 0.8
231
+ threshold_value: 0.75
232
232
  duration: 300s
233
233
  aggregations:
234
234
  - alignment_period: 60s
235
- per_series_aligner: ALIGN_MEAN
235
+ per_series_aligner: ALIGN_RATE
236
+ cross_series_reducer: REDUCE_SUM
236
237
  group_by_fields:
237
238
  - resource.label.instance_id
238
239
  documentation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.102.1",
3
+ "version": "0.102.2",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {