From efd5e3685d745b834b7c866b7b966b01d0bcf583 Mon Sep 17 00:00:00 2001 From: Mike Peralta Date: Fri, 10 Apr 2026 13:28:41 -0400 Subject: [PATCH] Improve clarity of DBM Heroku Postgres setup page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix phrasing: "Note that environment variable" → "Note the environment variable" - Fix capitalization: "Datadog agent" → "Datadog Agent" Co-Authored-By: Claude Sonnet 4.6 --- content/en/database_monitoring/setup_postgres/heroku.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/database_monitoring/setup_postgres/heroku.md b/content/en/database_monitoring/setup_postgres/heroku.md index fd16923e236..f7f96f0430b 100644 --- a/content/en/database_monitoring/setup_postgres/heroku.md +++ b/content/en/database_monitoring/setup_postgres/heroku.md @@ -30,7 +30,7 @@ heroku pg:credentials:create --name datadog heroku addons:attach --credential datadog ``` -Attaching the new credential to the application creates a new environment variable in your application with the connection URL. Note that environment variable, as you will use it later. +Attaching the new credential to the application creates a new environment variable in your application with the connection URL. Note the environment variable, as you will use it later. Login to your Postgres database using the default credentials and give the `datadog` credential the right permissions: @@ -75,7 +75,7 @@ SECURITY DEFINER; ## Configuring the Postgres integration -Next, configure the Datadog agent to enable the Postgres integration, using one of the following two options. +Configure the Datadog Agent to enable the Postgres integration, using one of the following two options. **Option A**: Use a buildpack to create a static Postgres configuration that cannot be modified. In addition, Database Monitoring may be enabled through this method.