From d276f2827ae6e04d526cc3e3a44ee77841aee614 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 2 Jul 2019 21:08:34 +0200 Subject: [PATCH] MON-456 fix cloud sql readme --- cloud/gcp/cloud-sql/common/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/gcp/cloud-sql/common/README.md b/cloud/gcp/cloud-sql/common/README.md index 186d4dc..6916d06 100644 --- a/cloud/gcp/cloud-sql/common/README.md +++ b/cloud/gcp/cloud-sql/common/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-gcp-cloud-sql-common" { Creates DataDog monitors with the following checks: - Cloud SQL CPU Utilization +- Cloud SQL Failover Unavailable - Cloud SQL Memory Utilization - Cloud SQL Disk Utilization - Cloud SQL Memory Utilization forecast @@ -32,8 +33,6 @@ Creates DataDog monitors with the following checks: | cpu\_utilization\_threshold\_warning | CPU Utilization in percentage (warning threshold) | string | `"80"` | no | | cpu\_utilization\_time\_aggregator | Time aggregator for the CPU Utilization monitor | string | `"avg"` | no | | cpu\_utilization\_timeframe | Timeframe for the CPU Utilization monitor | string | `"last_15m"` | no | -| datadog\_api\_key | | string | `"xxx"` | no | -| datadog\_app\_key | | string | `"yyy"` | no | | disk\_utilization\_enabled | Flag to enable GCP Cloud SQL Disk Utilization monitor | string | `"true"` | no | | disk\_utilization\_extra\_tags | Extra tags for GCP Cloud SQL CPU Utilization monitor | list(string) | `[]` | no | | disk\_utilization\_forecast\_algorithm | Algorithm for the Disk Utilization Forecast monitor | string | `"linear"` | no |