Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit d17d838

Browse files
committed
better docs
1 parent 08f3fe2 commit d17d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can add as many database connections as you like to the
1111
./postgresql_exporter -config=my/config.yml
1212
```
1313

14-
Some stats are hidden from normal database users, so you must grant acess to that:
14+
By default some stat views like pg_stat_statements and pg_stat_activity doesn't allow viewing queries run by other users, unless you are a database superuser. Since you probably don't want monitoring to run as a superuser, you can setup, in a AWS RDS instance, a separate monitoring user like this:
1515

1616
```sql
1717
GRANT pg_monitor TO my_monitor_user;

0 commit comments

Comments
 (0)