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

Commit 08f3fe2

Browse files
committed
uppercase sql command
1 parent f72e5c6 commit 08f3fe2

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
@@ -14,7 +14,7 @@ You can add as many database connections as you like to the
1414
Some stats are hidden from normal database users, so you must grant acess to that:
1515

1616
```sql
17-
GRANT pg_monitor to my_monitor_user;
17+
GRANT pg_monitor TO my_monitor_user;
1818
```
1919

2020
Then you can add hostname:9111 to the prometheus scrapes config:

0 commit comments

Comments
 (0)