From 4bb4db519447e32aab7929ed0eed7f3b562f7c51 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 26 Feb 2019 18:14:58 +0100 Subject: [PATCH] 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/)