Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_postgres/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
heroku addons:attach <database-name> --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.

Check warning on line 33 in content/en/database_monitoring/setup_postgres/heroku.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

Login to your Postgres database using the default credentials and give the `datadog` credential the right permissions:

Expand Down Expand Up @@ -75,7 +75,7 @@

## 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.

Expand Down
Loading