Skip to content

Commit

Permalink
Add direct link to auto discovery docs in mysql/postgres aurora setup (
Browse files Browse the repository at this point in the history
…#23110)

* Add direct link to auto discovery docs in mysql/postgres aurora setup

* Update content/en/database_monitoring/setup_postgres/aurora.md

Co-authored-by: Alicia Scott <aliciascott@users.noreply.github.com>

* Update content/en/database_monitoring/setup_mysql/aurora.md

Co-authored-by: Alicia Scott <aliciascott@users.noreply.github.com>

* fixing links - moving within tab

---------

Co-authored-by: Alicia Scott <aliciascott@users.noreply.github.com>
Co-authored-by: aliciascott <alicia.scott@datadoghq.com>
  • Loading branch information
3 people committed May 13, 2024
1 parent ecc41c1 commit e4915e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/database_monitoring/setup_mysql/aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ instances:
port: 3306
username: datadog
password: '<YOUR_CHOSEN_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: '<AWS_INSTANCE_ENDPOINT>'
Expand All @@ -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" %}}

Expand Down Expand Up @@ -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

4 changes: 4 additions & 0 deletions content/en/database_monitoring/setup_postgres/aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}

Expand Down Expand Up @@ -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

0 comments on commit e4915e1

Please sign in to comment.