@hiiretail/gcp-infra-cli 0.80.2 → 0.81.1

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.
@@ -85,6 +85,23 @@ cloud_sql:
85
85
  group_by_fields: ["resource.label.database_id"]
86
86
  documentation:
87
87
  content: <% if (runbookLink) { %>[Runbook](<%-runbookLink%>)<%} else { %> <% } %>
88
+ memory_over_90:
89
+ display_name: "[P2] <%-clan%> - CloudSQL | Memory utilization above 90%"
90
+ conditions:
91
+ - display_name: Cloud SQL Database - Memory utilization above 90% for 5 min
92
+ condition_threshold:
93
+ filter: |
94
+ resource.type = "cloudsql_database"
95
+ metric.type = "cloudsql.googleapis.com/database/memory/utilization"
96
+ resource.labels.project_id="<%-projectId%>"
97
+ threshold_value: 0.9
98
+ duration: 300s
99
+ aggregations:
100
+ - alignment_period: 60s
101
+ per_series_aligner: ALIGN_MAX
102
+ group_by_fields: ["resource.label.database_id"]
103
+ documentation:
104
+ content: <% if (runbookLink) { %>[Runbook](<%-runbookLink%>)<%} else { %> <% } %>
88
105
  query_over_1s:
89
106
  display_name: "[P4] <%-clan%> - CloudSQL | Query resolve time"
90
107
  conditions:
@@ -1,7 +1,7 @@
1
1
  # Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
2
2
  # working directory, into a temporary folder, and execute your Terraform commands in that folder.
3
3
  terraform {
4
- source = "git::https://github.com/extenda/tf-module-gcp-uptime-check//?ref=v0.1.1"
4
+ source = "git::https://github.com/extenda/tf-module-gcp-uptime-check//?ref=v0.1.2"
5
5
  }
6
6
 
7
7
  # Include all settings from the root terragrunt.hcl file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.80.2",
3
+ "version": "0.81.1",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {