We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb861e4 commit 723ed47Copy full SHA for 723ed47
README.md
@@ -75,7 +75,7 @@ Connecting user should have sufficient rights to query needed stats:
75
}
76
```
77
When using the PBM collector to get metrics from Percona Backup for MongoDB, the user should also have enough permissions
78
-to query the PBM internal collectors (in the `admin` database). One option is to grant `find` privileges on the `admin` collection:
+to query the PBM internal collections (in the `admin` database). One option is to grant `find` privileges on the `admin` collection:
79
80
privileges: [
81
{ resource: { db: "admin", collection: "" }, actions: [ "find" ] },
0 commit comments