From 0621ee2978115ef67382b5a00a83552f6791df33 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 17:31:41 +0100 Subject: [PATCH 1/5] MON-392 add missing newline before terraform docs output --- scripts/02_update_readme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/02_update_readme.sh b/scripts/02_update_readme.sh index 66a456a..9048696 100755 --- a/scripts/02_update_readme.sh +++ b/scripts/02_update_readme.sh @@ -90,6 +90,7 @@ EOF echo "- ${name/could reach/forecast}" >> README.md done IFS=$SAVEIFS + echo >> README.md # auto generate terraform docs (inputs and outputs) terraform-docs --with-aggregate-type-defaults md table ./ >> README.md # if README does not exist From 349d93e0ba2c0e7db6c9590b6c7d8f3d85d2bd89 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 17:32:22 +0100 Subject: [PATCH 2/5] MON-392 update readmes --- caas/kubernetes/ark/README.md | 1 + caas/kubernetes/ingress/vts/README.md | 1 + cloud/aws/alb/README.md | 1 + cloud/aws/apigateway/README.md | 1 + cloud/aws/elasticache/common/README.md | 1 + cloud/aws/elasticache/memcached/README.md | 1 + cloud/aws/elasticache/redis/README.md | 1 + cloud/aws/elasticsearch/README.md | 1 + cloud/aws/elb/README.md | 1 + cloud/aws/kinesis-firehose/README.md | 1 + cloud/aws/rds/aurora/mysql/README.md | 1 + cloud/aws/rds/aurora/postgresql/README.md | 1 + cloud/aws/rds/common/README.md | 1 + cloud/aws/vpn/README.md | 1 + cloud/azure/apimanagement/README.md | 1 + cloud/azure/app-services/README.md | 1 + cloud/azure/cosmosdb/README.md | 1 + cloud/azure/datalakestore/README.md | 1 + cloud/azure/eventhub/README.md | 1 + cloud/azure/iothubs/README.md | 1 + cloud/azure/keyvault/README.md | 1 + cloud/azure/mysql/README.md | 1 + cloud/azure/postgresql/README.md | 1 + cloud/azure/redis/README.md | 1 + cloud/azure/serverfarms/README.md | 1 + cloud/azure/servicebus/README.md | 1 + cloud/azure/sql-database/README.md | 1 + cloud/azure/storage/README.md | 1 + cloud/azure/stream-analytics/README.md | 1 + cloud/gcp/big-query/README.md | 1 + cloud/gcp/cloud-sql/common/README.md | 1 + cloud/gcp/cloud-sql/mysql/README.md | 1 + cloud/gcp/lb/README.md | 1 + cloud/gcp/pubsub/README.md | 1 + database/elasticsearch/README.md | 1 + database/mongodb/README.md | 1 + database/mysql/README.md | 1 + database/postgresql/README.md | 1 + database/redis/README.md | 1 + middleware/apache/README.md | 1 + middleware/nginx/README.md | 1 + middleware/php-fpm/README.md | 1 + system/generic/README.md | 1 + system/unreachable/README.md | 1 + 44 files changed, 44 insertions(+) diff --git a/caas/kubernetes/ark/README.md b/caas/kubernetes/ark/README.md index b1e236f..2f7058d 100644 --- a/caas/kubernetes/ark/README.md +++ b/caas/kubernetes/ark/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-caas-kubernetes-ark" { Creates DataDog monitors with the following checks: - Ark backup failed + ## Inputs | Name | Description | Type | Default | Required | diff --git a/caas/kubernetes/ingress/vts/README.md b/caas/kubernetes/ingress/vts/README.md index 27a9990..8bfc644 100644 --- a/caas/kubernetes/ingress/vts/README.md +++ b/caas/kubernetes/ingress/vts/README.md @@ -18,6 +18,7 @@ Creates DataDog monitors with the following checks: - Nginx Ingress 4xx errors - Nginx Ingress 5xx errors + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/alb/README.md b/cloud/aws/alb/README.md index cc37395..b0fb9f5 100644 --- a/cloud/aws/alb/README.md +++ b/cloud/aws/alb/README.md @@ -22,6 +22,7 @@ Creates DataDog monitors with the following checks: - ALB latency - ALB target HTTP code 4xx - ALB target HTTP code 5xx + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/apigateway/README.md b/cloud/aws/apigateway/README.md index 495ee1d..e91013e 100644 --- a/cloud/aws/apigateway/README.md +++ b/cloud/aws/apigateway/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - API Gateway HTTP 4xx errors - API Gateway HTTP 5xx errors - API Gateway latency + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/elasticache/common/README.md b/cloud/aws/elasticache/common/README.md index b68dd44..f7b26b8 100644 --- a/cloud/aws/elasticache/common/README.md +++ b/cloud/aws/elasticache/common/README.md @@ -22,6 +22,7 @@ Creates DataDog monitors with the following checks: - Elasticache free memory - Elasticache max connections reached - Elasticache swap + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/elasticache/memcached/README.md b/cloud/aws/elasticache/memcached/README.md index 960b08f..633dab1 100644 --- a/cloud/aws/elasticache/memcached/README.md +++ b/cloud/aws/elasticache/memcached/README.md @@ -18,6 +18,7 @@ Creates DataDog monitors with the following checks: - Elasticache memcached cache hit ratio - Elasticache memcached CPU + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/elasticache/redis/README.md b/cloud/aws/elasticache/redis/README.md index 122fa15..c16bec9 100644 --- a/cloud/aws/elasticache/redis/README.md +++ b/cloud/aws/elasticache/redis/README.md @@ -20,6 +20,7 @@ Creates DataDog monitors with the following checks: - Elasticache redis CPU - Elasticache redis is receiving no commands - Elasticache redis replication lag + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/elasticsearch/README.md b/cloud/aws/elasticsearch/README.md index ac5ca08..d149108 100644 --- a/cloud/aws/elasticsearch/README.md +++ b/cloud/aws/elasticsearch/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - ElasticSearch cluster CPU high - ElasticSearch cluster free storage space - ElasticSearch cluster status is not green + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/elb/README.md b/cloud/aws/elb/README.md index a23a73f..b5c7a5b 100644 --- a/cloud/aws/elb/README.md +++ b/cloud/aws/elb/README.md @@ -22,6 +22,7 @@ Creates DataDog monitors with the following checks: - ELB backend 5xx errors too high - ELB healthy instances - ELB latency too high + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/kinesis-firehose/README.md b/cloud/aws/kinesis-firehose/README.md index 2621fd9..ef582b7 100644 --- a/cloud/aws/kinesis-firehose/README.md +++ b/cloud/aws/kinesis-firehose/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-aws-kinesis-firehose" { Creates DataDog monitors with the following checks: - Kinesis Firehose No incoming records + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/rds/aurora/mysql/README.md b/cloud/aws/rds/aurora/mysql/README.md index 81b361b..5fd881a 100644 --- a/cloud/aws/rds/aurora/mysql/README.md +++ b/cloud/aws/rds/aurora/mysql/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-aws-rds-aurora-mysql" { Creates DataDog monitors with the following checks: - RDS Aurora Mysql replica lag + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/rds/aurora/postgresql/README.md b/cloud/aws/rds/aurora/postgresql/README.md index d6b1075..3fe0f1f 100644 --- a/cloud/aws/rds/aurora/postgresql/README.md +++ b/cloud/aws/rds/aurora/postgresql/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-aws-rds-aurora-postgresql" { Creates DataDog monitors with the following checks: - RDS Aurora PostgreSQL replica lag + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/rds/common/README.md b/cloud/aws/rds/common/README.md index e72e374..f0f24d3 100644 --- a/cloud/aws/rds/common/README.md +++ b/cloud/aws/rds/common/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - RDS instance CPU high - RDS instance free space - RDS replica lag + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/aws/vpn/README.md b/cloud/aws/vpn/README.md index 6850a4a..6b4b57e 100644 --- a/cloud/aws/vpn/README.md +++ b/cloud/aws/vpn/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-aws-vpn" { Creates DataDog monitors with the following checks: - VPN tunnel down + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/apimanagement/README.md b/cloud/azure/apimanagement/README.md index 8f7fc08..f753fa2 100644 --- a/cloud/azure/apimanagement/README.md +++ b/cloud/azure/apimanagement/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - API Management too many failed requests - API Management too many other requests - API Management too many unauthorized requests + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/app-services/README.md b/cloud/azure/app-services/README.md index f52d120..1114b20 100644 --- a/cloud/azure/app-services/README.md +++ b/cloud/azure/app-services/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - App Services HTTP successful responses too low - App Services memory usage - App Services response time too high + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/cosmosdb/README.md b/cloud/azure/cosmosdb/README.md index 0ddff10..0d14c55 100644 --- a/cloud/azure/cosmosdb/README.md +++ b/cloud/azure/cosmosdb/README.md @@ -20,6 +20,7 @@ Creates DataDog monitors with the following checks: - Cosmos DB 5xx requests rate is high - Cosmos DB is down - Cosmos DB max scaling reached for collection + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/datalakestore/README.md b/cloud/azure/datalakestore/README.md index 90ffcb5..f00f5cf 100644 --- a/cloud/azure/datalakestore/README.md +++ b/cloud/azure/datalakestore/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-azure-datalakestore" { Creates DataDog monitors with the following checks: - Datalake Store is down + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/eventhub/README.md b/cloud/azure/eventhub/README.md index 7778817..99bb54a 100644 --- a/cloud/azure/eventhub/README.md +++ b/cloud/azure/eventhub/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - Event Hub is down - Event Hub too many errors - Event Hub too many failed requests + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/iothubs/README.md b/cloud/azure/iothubs/README.md index 1fa8ad9..154d56b 100644 --- a/cloud/azure/iothubs/README.md +++ b/cloud/azure/iothubs/README.md @@ -30,6 +30,7 @@ Creates DataDog monitors with the following checks: - IOT Hub Too many list_jobs failure - IOT Hub Too many query_jobs failed - IOT Hub Total devices is wrong + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/keyvault/README.md b/cloud/azure/keyvault/README.md index c9a0870..041603d 100644 --- a/cloud/azure/keyvault/README.md +++ b/cloud/azure/keyvault/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - Key Vault API latency is high - Key Vault API result rate is low - Key Vault is down + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/mysql/README.md b/cloud/azure/mysql/README.md index 3598ae9..62a9ef0 100644 --- a/cloud/azure/mysql/README.md +++ b/cloud/azure/mysql/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - Mysql Server IO consumption - Mysql Server memory usage - Mysql Server storage + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/postgresql/README.md b/cloud/azure/postgresql/README.md index 5c1aeaa..d3c1880 100644 --- a/cloud/azure/postgresql/README.md +++ b/cloud/azure/postgresql/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - Postgresql Server IO consumption - Postgresql Server memory usage - Postgresql Server storage + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/redis/README.md b/cloud/azure/redis/README.md index 43be3f3..fcee26d 100644 --- a/cloud/azure/redis/README.md +++ b/cloud/azure/redis/README.md @@ -20,6 +20,7 @@ Creates DataDog monitors with the following checks: - Redis processor time too high - Redis server load too high - Redis too many evictedkeys + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/serverfarms/README.md b/cloud/azure/serverfarms/README.md index 310f6d1..b0e46ca 100644 --- a/cloud/azure/serverfarms/README.md +++ b/cloud/azure/serverfarms/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - Serverfarm CPU percentage is too high - Serverfarm is down - Serverfarm memory percentage is too high + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/servicebus/README.md b/cloud/azure/servicebus/README.md index abb4722..83cab94 100644 --- a/cloud/azure/servicebus/README.md +++ b/cloud/azure/servicebus/README.md @@ -20,6 +20,7 @@ Creates DataDog monitors with the following checks: - Service Bus is down - Service Bus server errors rate is high - Service Bus user errors rate is high + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/sql-database/README.md b/cloud/azure/sql-database/README.md index e83e661..c54fdfe 100644 --- a/cloud/azure/sql-database/README.md +++ b/cloud/azure/sql-database/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - SQL Database DTU Consumption too high - SQL Database is down - SQL Database low free space + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/storage/README.md b/cloud/azure/storage/README.md index 4f7035a..24fda56 100644 --- a/cloud/azure/storage/README.md +++ b/cloud/azure/storage/README.md @@ -25,6 +25,7 @@ Creates DataDog monitors with the following checks: - Azure Storage too many server_other errors - Azure Storage too many throttling errors - Azure Storage too many timeout errors + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/azure/stream-analytics/README.md b/cloud/azure/stream-analytics/README.md index ae871d3..9e6d051 100644 --- a/cloud/azure/stream-analytics/README.md +++ b/cloud/azure/stream-analytics/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - Stream Analytics too many conversion errors - Stream Analytics too many failed requests - Stream Analytics too many runtime errors + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/gcp/big-query/README.md b/cloud/gcp/big-query/README.md index 2242bb2..e8b34c5 100644 --- a/cloud/gcp/big-query/README.md +++ b/cloud/gcp/big-query/README.md @@ -25,6 +25,7 @@ Creates DataDog monitors with the following checks: - GCP Big Query Table Count - GCP Big Query Uploaded Bytes Billed - GCP Big Query Uploaded Bytes + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/gcp/cloud-sql/common/README.md b/cloud/gcp/cloud-sql/common/README.md index 3706973..4b9e209 100644 --- a/cloud/gcp/cloud-sql/common/README.md +++ b/cloud/gcp/cloud-sql/common/README.md @@ -22,6 +22,7 @@ Creates DataDog monitors with the following checks: - Cloud SQL Failover Unavailable - Cloud SQL Memory Utilization forecast - Cloud SQL Memory Utilization + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/gcp/cloud-sql/mysql/README.md b/cloud/gcp/cloud-sql/mysql/README.md index a082b4d..bb12053 100644 --- a/cloud/gcp/cloud-sql/mysql/README.md +++ b/cloud/gcp/cloud-sql/mysql/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-cloud-gcp-cloud-sql-mysql" { Creates DataDog monitors with the following checks: - Cloud SQL MySQL Replication Lag + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/gcp/lb/README.md b/cloud/gcp/lb/README.md index b087205..8731cbd 100644 --- a/cloud/gcp/lb/README.md +++ b/cloud/gcp/lb/README.md @@ -21,6 +21,7 @@ Creates DataDog monitors with the following checks: - GCP LB bucket backend latency - GCP LB Requests count increased abruptly - GCP LB service backend latency + ## Inputs | Name | Description | Type | Default | Required | diff --git a/cloud/gcp/pubsub/README.md b/cloud/gcp/pubsub/README.md index bb243cf..6a058ab 100644 --- a/cloud/gcp/pubsub/README.md +++ b/cloud/gcp/pubsub/README.md @@ -18,6 +18,7 @@ Creates DataDog monitors with the following checks: - GCP pubsub sending messages operations - GCP pubsub sending messages with result unavailable + ## Inputs | Name | Description | Type | Default | Required | diff --git a/database/elasticsearch/README.md b/database/elasticsearch/README.md index 7b192df..76c4bef 100644 --- a/database/elasticsearch/README.md +++ b/database/elasticsearch/README.md @@ -38,6 +38,7 @@ Creates DataDog monitors with the following checks: - Elasticsearch JVM memory Old usage - Elasticsearch JVM memory Young usage - Elasticsearch number of current open HTTP connections anomaly detected + ## Inputs | Name | Description | Type | Default | Required | diff --git a/database/mongodb/README.md b/database/mongodb/README.md index bec9b46..f153463 100644 --- a/database/mongodb/README.md +++ b/database/mongodb/README.md @@ -20,6 +20,7 @@ Creates DataDog monitors with the following checks: - MongoDB replication lag - MongoDB secondary missing - MongoDB too much servers or wrong monitoring config + ## Inputs | Name | Description | Type | Default | Required | diff --git a/database/mysql/README.md b/database/mysql/README.md index 1ddc63c..4467b39 100644 --- a/database/mysql/README.md +++ b/database/mysql/README.md @@ -24,6 +24,7 @@ Creates DataDog monitors with the following checks: - Mysql server does not respond - Mysql Slow queries - Mysql threads changed abnormally + ## Inputs | Name | Description | Type | Default | Required | diff --git a/database/postgresql/README.md b/database/postgresql/README.md index d4aa5b7..1ac0cad 100644 --- a/database/postgresql/README.md +++ b/database/postgresql/README.md @@ -19,6 +19,7 @@ Creates DataDog monitors with the following checks: - PostgreSQL Connections - PostgreSQL server does not respond - PostgreSQL too many locks + ## Inputs | Name | Description | Type | Default | Required | diff --git a/database/redis/README.md b/database/redis/README.md index 79302e8..6529300 100644 --- a/database/redis/README.md +++ b/database/redis/README.md @@ -26,6 +26,7 @@ Creates DataDog monitors with the following checks: - Redis memory fragmented - Redis memory used - Redis rejected connections + ## Inputs | Name | Description | Type | Default | Required | diff --git a/middleware/apache/README.md b/middleware/apache/README.md index 2924b58..457a8b3 100644 --- a/middleware/apache/README.md +++ b/middleware/apache/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-middleware-apache" { Creates DataDog monitors with the following checks: - Apache vhost status does not respond + ## Inputs | Name | Description | Type | Default | Required | diff --git a/middleware/nginx/README.md b/middleware/nginx/README.md index 47d0aa3..005f2cc 100644 --- a/middleware/nginx/README.md +++ b/middleware/nginx/README.md @@ -18,6 +18,7 @@ Creates DataDog monitors with the following checks: - Nginx dropped connections - Nginx vhost status does not respond + ## Inputs | Name | Description | Type | Default | Required | diff --git a/middleware/php-fpm/README.md b/middleware/php-fpm/README.md index 27c56c9..43bf949 100644 --- a/middleware/php-fpm/README.md +++ b/middleware/php-fpm/README.md @@ -18,6 +18,7 @@ Creates DataDog monitors with the following checks: - Php-fpm busy worker - Php-fpm ping url does not respond + ## Inputs | Name | Description | Type | Default | Required | diff --git a/system/generic/README.md b/system/generic/README.md index 0a2f49e..0186c77 100644 --- a/system/generic/README.md +++ b/system/generic/README.md @@ -22,6 +22,7 @@ Creates DataDog monitors with the following checks: - Free disk inodes - Free disk space - Free memory + ## Inputs | Name | Description | Type | Default | Required | diff --git a/system/unreachable/README.md b/system/unreachable/README.md index 7bc1ad0..923be07 100644 --- a/system/unreachable/README.md +++ b/system/unreachable/README.md @@ -17,6 +17,7 @@ module "datadog-monitors-system-unreachable" { Creates DataDog monitors with the following checks: - Host unreachable + ## Inputs | Name | Description | Type | Default | Required | From 15a794770973d7c4520c42f0c572691dc3807a75 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 17:43:34 +0100 Subject: [PATCH 3/5] MON-392 add specific variables --- cloud/aws/elasticsearch/README.md | 2 ++ system/generic/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cloud/aws/elasticsearch/README.md b/cloud/aws/elasticsearch/README.md index d149108..70bd27e 100644 --- a/cloud/aws/elasticsearch/README.md +++ b/cloud/aws/elasticsearch/README.md @@ -8,6 +8,8 @@ module "datadog-monitors-cloud-aws-elasticsearch" { environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" + + es_cluster_volume_size = 42 } ``` diff --git a/system/generic/README.md b/system/generic/README.md index 0186c77..fd85ef1 100644 --- a/system/generic/README.md +++ b/system/generic/README.md @@ -8,6 +8,8 @@ module "datadog-monitors-system-generic" { environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" + + free_memory_message = "${module.datadog-message-alerting.alerting-message-bh-only}" } ``` From 4bb4db519447e32aab7929ed0eed7f3b562f7c51 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 18:14:58 +0100 Subject: [PATCH 4/5] MON-404 hormonize README markdown syntax --- caas/kubernetes/ark/README.md | 7 +++---- caas/kubernetes/ingress/vts/README.md | 7 +++---- cloud/aws/elasticache/common/README.md | 3 +-- cloud/aws/elasticache/memcached/README.md | 3 +-- cloud/azure/cosmosdb/README.md | 3 +-- cloud/azure/datalakestore/README.md | 3 +-- cloud/azure/keyvault/README.md | 3 +-- cloud/azure/mysql/README.md | 3 +-- cloud/azure/postgresql/README.md | 3 +-- cloud/gcp/pubsub/README.md | 3 +-- database/mysql/README.md | 3 +-- database/postgresql/README.md | 3 +-- 12 files changed, 16 insertions(+), 28 deletions(-) diff --git a/caas/kubernetes/ark/README.md b/caas/kubernetes/ark/README.md index 2f7058d..62b283b 100644 --- a/caas/kubernetes/ark/README.md +++ b/caas/kubernetes/ark/README.md @@ -42,14 +42,13 @@ Creates DataDog monitors with the following checks: |------|-------------| | ark\_schedules\_monitor\_id | id for monitor ark_schedules_monitor | -Related documentation ---------------------- +## Related documentation DataDog blog: https://www.datadoghq.com/blog/monitor-prometheus-metrics Heptio Ark minimum release: https://github.com/heptio/ark/releases/tag/v0.9.0 -Ark annotations for Datadog ---------------------------- +## Ark annotations for Datadog + ``` apiVersion: apps/v1beta1 kind: Deployment diff --git a/caas/kubernetes/ingress/vts/README.md b/caas/kubernetes/ingress/vts/README.md index 8bfc644..d07b96f 100644 --- a/caas/kubernetes/ingress/vts/README.md +++ b/caas/kubernetes/ingress/vts/README.md @@ -55,14 +55,13 @@ Creates DataDog monitors with the following checks: | nginx\_ingress\_too\_many\_4xx\_id | id for monitor nginx_ingress_too_many_4xx | | nginx\_ingress\_too\_many\_5xx\_id | id for monitor nginx_ingress_too_many_5xx | -Related documentation ---------------------- +## Related documentation DataDog blog: https://www.datadoghq.com/blog/monitor-prometheus-metrics https://github.com/kubernetes/ingress-nginx/pull/423/commits/1d38e3a38425f08de2f75fcae13896a3fec4d144 -Nginx Ingress Controller setup ------------------------------- +## Nginx Ingress Controller setup + This configuration and monitors only work for ingress controller version : - >= 0.10 because ingress is beta before that and metrics naming convention not stable - <= 0.15 because ingress does not use VTS metrics since 0.16 diff --git a/cloud/aws/elasticache/common/README.md b/cloud/aws/elasticache/common/README.md index f7b26b8..954041c 100644 --- a/cloud/aws/elasticache/common/README.md +++ b/cloud/aws/elasticache/common/README.md @@ -89,8 +89,7 @@ Creates DataDog monitors with the following checks: | elasticache\_no\_connection\_id | id for monitor elasticache_no_connection | | elasticache\_swap\_id | id for monitor elasticache_swap | -Related documentation ---------------------- +## Related documentation DataDog documentation: [https://docs.datadoghq.com/integrations/amazon_elasticache/](https://docs.datadoghq.com/integrations/amazon_elasticache/) diff --git a/cloud/aws/elasticache/memcached/README.md b/cloud/aws/elasticache/memcached/README.md index 633dab1..7bd4254 100644 --- a/cloud/aws/elasticache/memcached/README.md +++ b/cloud/aws/elasticache/memcached/README.md @@ -54,8 +54,7 @@ Creates DataDog monitors with the following checks: | memcached\_cpu\_high\_id | id for monitor memcached_cpu_high | | memcached\_get\_hits\_id | id for monitor memcached_get_hits | -Related documentation ---------------------- +## Related documentation DataDog documentation: diff --git a/cloud/azure/cosmosdb/README.md b/cloud/azure/cosmosdb/README.md index 0d14c55..25576b5 100644 --- a/cloud/azure/cosmosdb/README.md +++ b/cloud/azure/cosmosdb/README.md @@ -72,8 +72,7 @@ Creates DataDog monitors with the following checks: | cosmos\_db\_scaling\_id | id for monitor cosmos_db_scaling | | cosmos\_db\_status\_id | id for monitor cosmos_db_status | -Related documentation ---------------------- +## Related documentation DataDog documentation : [https://docs.datadoghq.com/integrations/azure/](https://docs.datadoghq.com/integrations/azure/) You must search `cosmosdb`, there is no integration for now. diff --git a/cloud/azure/datalakestore/README.md b/cloud/azure/datalakestore/README.md index f00f5cf..bfa8ea0 100644 --- a/cloud/azure/datalakestore/README.md +++ b/cloud/azure/datalakestore/README.md @@ -42,8 +42,7 @@ Creates DataDog monitors with the following checks: |------|-------------| | datalakestore\_status\_id | id for monitor datalakestore_status | -Related documentation ---------------------- +## Related documentation DataDog documentation : [https://docs.datadoghq.com/integrations/azure/](https://docs.datadoghq.com/integrations/azure/) You must search `datalake`, there is no integration for now. diff --git a/cloud/azure/keyvault/README.md b/cloud/azure/keyvault/README.md index 041603d..434b970 100644 --- a/cloud/azure/keyvault/README.md +++ b/cloud/azure/keyvault/README.md @@ -62,8 +62,7 @@ Creates DataDog monitors with the following checks: | keyvault\_api\_result\_id | id for monitor keyvault_api_result | | keyvault\_status\_id | id for monitor keyvault_status | -Related documentation ---------------------- +## Related documentation DataDog documentation : [https://docs.datadoghq.com/integrations/azure/](https://docs.datadoghq.com/integrations/azure/) You must search `keyvault`, there is no integration for now. diff --git a/cloud/azure/mysql/README.md b/cloud/azure/mysql/README.md index 62a9ef0..35cf7fe 100644 --- a/cloud/azure/mysql/README.md +++ b/cloud/azure/mysql/README.md @@ -81,8 +81,7 @@ Creates DataDog monitors with the following checks: | mysql\_memory\_usage\_id | id for monitor mysql_memory_usage | | mysql\_no\_connection\_id | id for monitor mysql_no_connection | -Related documentation ---------------------- +## Related documentation DataDog documentation: [https://docs.datadoghq.com/integrations/azure/](https://docs.datadoghq.com/integrations/azure/) You have to search `mysql` diff --git a/cloud/azure/postgresql/README.md b/cloud/azure/postgresql/README.md index d3c1880..63c4c2e 100644 --- a/cloud/azure/postgresql/README.md +++ b/cloud/azure/postgresql/README.md @@ -81,8 +81,7 @@ Creates DataDog monitors with the following checks: | postgresql\_memory\_usage\_id | id for monitor postgresql_memory_usage | | postgresql\_no\_connection\_id | id for monitor postgresql_no_connection | -Related documentation ---------------------- +## Related documentation DataDog documentation: [https://docs.datadoghq.com/integrations/azure/](https://docs.datadoghq.com/integrations/azure/) You have to search `mysql` diff --git a/cloud/gcp/pubsub/README.md b/cloud/gcp/pubsub/README.md index 6a058ab..17cc7c0 100644 --- a/cloud/gcp/pubsub/README.md +++ b/cloud/gcp/pubsub/README.md @@ -51,8 +51,7 @@ Creates DataDog monitors with the following checks: | sending\_operations\_count\_id | id for monitor sending_operations_count | | unavailable\_sending\_operations\_count\_id | id for monitor unavailable_sending_operations_count | -Related documentation ------------- +## Related documentation * [GCP Pub/Sub Metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub) * [Datadog GCP Pub/Sub integration](https://docs.datadoghq.com/integrations/google_cloud_pubsub/) diff --git a/database/mysql/README.md b/database/mysql/README.md index 4467b39..5c1f78c 100644 --- a/database/mysql/README.md +++ b/database/mysql/README.md @@ -124,7 +124,6 @@ Creates DataDog monitors with the following checks: | mysql\_slow\_id | id for monitor mysql_slow | | mysql\_threads\_anomaly\_id | id for monitor mysql_threads_anomaly | -Related documentation ---------------------- +## Related documentation DataDog documentation: [https://docs.datadoghq.com/integrations/mysql/](https://docs.datadoghq.com/integrations/mysql/) diff --git a/database/postgresql/README.md b/database/postgresql/README.md index 1ac0cad..c1f633a 100644 --- a/database/postgresql/README.md +++ b/database/postgresql/README.md @@ -62,7 +62,6 @@ Creates DataDog monitors with the following checks: | postgresql\_connection\_too\_high\_id | id for monitor postgresql_connection_too_high | | postgresql\_too\_many\_locks\_id | id for monitor postgresql_too_many_locks | -Related documentation ---------------------- +## Related documentation DataDog documentation: [https://docs.datadoghq.com/integrations/postgres/](https://docs.datadoghq.com/integrations/postgres/) From a49c476934072d96ddaeff1914dcec63603f3353 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 18:19:28 +0100 Subject: [PATCH 5/5] MON-392 escape > char for markdown --- caas/kubernetes/ingress/vts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caas/kubernetes/ingress/vts/README.md b/caas/kubernetes/ingress/vts/README.md index d07b96f..ceaf978 100644 --- a/caas/kubernetes/ingress/vts/README.md +++ b/caas/kubernetes/ingress/vts/README.md @@ -63,7 +63,7 @@ https://github.com/kubernetes/ingress-nginx/pull/423/commits/1d38e3a38425f08de2f ## Nginx Ingress Controller setup This configuration and monitors only work for ingress controller version : -- >= 0.10 because ingress is beta before that and metrics naming convention not stable +- \>= 0.10 because ingress is beta before that and metrics naming convention not stable - <= 0.15 because ingress does not use VTS metrics since 0.16 Enable the following flags in the Nginx Ingress Controller chart controller.stats.enabled=true,controller.metrics.enabled=true