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.