From d2b0da1e06093338f77857afb0746571ff604a9b Mon Sep 17 00:00:00 2001 From: Kennon Kwok Date: Fri, 11 Sep 2026 10:19:31 -0700 Subject: [PATCH] Add Architecture Center crosslinks to DBM docs Add crosslinks to Architecture Center reference architectures from related Database Monitoring RDS setup docs. Co-Authored-By: Claude Sonnet 5 --- .../en/database_monitoring/setup_postgres/rds/_index.md | 3 +++ .../en/database_monitoring/setup_postgres/rds/quick_install.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/hugo/content/en/database_monitoring/setup_postgres/rds/_index.md b/hugo/content/en/database_monitoring/setup_postgres/rds/_index.md index b088979702a..14c38489559 100644 --- a/hugo/content/en/database_monitoring/setup_postgres/rds/_index.md +++ b/hugo/content/en/database_monitoring/setup_postgres/rds/_index.md @@ -11,6 +11,9 @@ further_reading: - link: "/database_monitoring/guide/parameterized_queries/" tag: "Documentation" text: "Capturing SQL Query Parameter Values" +- link: "https://www.datadoghq.com/architecture/dbm-quick-install-aws-rds-postgres/" + tag: "Architecture Center" + text: "Datadog DBM Quick Install for AWS RDS" --- Database Monitoring provides deep visibility into your Postgres databases by exposing query metrics, query samples, explain plans, database states, failovers, and events. diff --git a/hugo/content/en/database_monitoring/setup_postgres/rds/quick_install.md b/hugo/content/en/database_monitoring/setup_postgres/rds/quick_install.md index fd5dbe47baf..28a4b84d94b 100644 --- a/hugo/content/en/database_monitoring/setup_postgres/rds/quick_install.md +++ b/hugo/content/en/database_monitoring/setup_postgres/rds/quick_install.md @@ -7,6 +7,9 @@ further_reading: - link: "/database_monitoring/setup_postgres/rds" tag: "Documentation" text: "Setting Up Database Monitoring for Amazon RDS managed Postgres" +- link: "https://www.datadoghq.com/architecture/dbm-quick-install-aws-rds-postgres/" + tag: "Architecture Center" + text: "Datadog DBM Quick Install for AWS RDS" --- Database Monitoring Quick Install for RDS enables you to quickly set up Agents to monitor your RDS Postgres instances. After you specify a few options, Datadog generates a CloudFormation template that configures your instance for monitoring, and uses Amazon ECS to deploy the Agent to the RDS instance with recommended DBM configurations.