Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jacobs committed Mar 31, 2021
1 parent 9393a13 commit 28a200a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/setting-up/client/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ won't receive any query data.
For PostgreSQL follow the same methods used for MySQL and MariaDB and enable `track_io_timing` in the instance configuration to enable Query Analytics.

![image](../../_images/azure-postgresql-config.png)

For Query Analytics, set the server parameter:

```ini
pg_stat_statements.track = all
```

0 comments on commit 28a200a

Please sign in to comment.