diff --git a/content/en/database_monitoring/setup_mysql/aurora.md b/content/en/database_monitoring/setup_mysql/aurora.md index 478272d5d1289..dc00e6bb9f0ac 100644 --- a/content/en/database_monitoring/setup_mysql/aurora.md +++ b/content/en/database_monitoring/setup_mysql/aurora.md @@ -186,7 +186,7 @@ instances: port: 3306 username: datadog password: '' # from the CREATE USER step earlier - + # After adding your project and instance, configure the Datadog AWS integration to pull additional cloud data such as CPU and Memory. aws: instance_endpoint: '' @@ -198,10 +198,13 @@ instances: [Restart the Agent][3] to start sending MySQL metrics to Datadog. +**The Datadog Agent supports [Autodiscovery][10] of all Aurora endpoints in a cluster.** + [1]: /agent/configuration/agent-configuration-files/#agent-configuration-directory [2]: https://github.com/DataDog/integrations-core/blob/master/mysql/datadog_checks/mysql/data/conf.yaml.example [3]: /agent/configuration/agent-commands/#start-stop-and-restart-the-agent +[10]: /database_monitoring/guide/aurora_autodiscovery/?tab=mysql {{% /tab %}} {{% tab "Docker" %}} @@ -370,3 +373,4 @@ If you have installed and configured the integrations and Agent as described and [7]: https://app.datadoghq.com/databases [8]: /integrations/amazon_rds [9]: /database_monitoring/troubleshooting/?tab=mysql + diff --git a/content/en/database_monitoring/setup_postgres/aurora.md b/content/en/database_monitoring/setup_postgres/aurora.md index c33187355c645..33172d704b17e 100644 --- a/content/en/database_monitoring/setup_postgres/aurora.md +++ b/content/en/database_monitoring/setup_postgres/aurora.md @@ -220,9 +220,12 @@ To configure collecting Database Monitoring metrics for an Agent running on a ho 2. [Restart the Agent][2]. +**The Datadog Agent supports [Autodiscovery][14] of all Aurora endpoints in a cluster.** + [1]: https://github.com/DataDog/integrations-core/blob/master/postgres/datadog_checks/postgres/data/conf.yaml.example [2]: /agent/configuration/agent-commands/#start-stop-and-restart-the-agent +[14]: /database_monitoring/guide/aurora_autodiscovery/?tab=postgres {{% /tab %}} {{% tab "Docker" %}} @@ -426,3 +429,4 @@ If you have installed and configured the integrations and Agent as described and [11]: /integrations/amazon_rds [12]: /database_monitoring/troubleshooting/?tab=postgres [13]: /database_monitoring/guide/managed_authentication +