Skip to content

Commit caaeee9

Browse files
committed
fix doc
1 parent 8ce8d02 commit caaeee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ returns an array of prometheus's [`<static_config>`](https://prometheus.io/docs/
5454

5555
The query parameters are:
5656
- `projects` accepts a list of coma separated google cloud project names.
57-
- `projects-auto-discovery` accepts `true`, `1`, `TRUE`, other values are evaluated to false, add all accessible project by GCPPromd to the projects list.
58-
- `projects-exclude` accepts a list of coma separated google cloud project names, those will be excluded from the list of projects.
57+
- `projects-auto-discovery` accepts `true`, `1`, `TRUE`, other values are evaluated to false, add all accessible projects by GCPPromd to the projects list.
58+
- `projects-exclude` a RE2 regex, all projects matching it will not be discovered.
5959

6060
### General Notes (true for both web-server and daemon mode)
6161
A "projects auto-discovery" mode can be enabled with `-project-auto-discovery` or `http://..?project-auto-discovery=true`.

0 commit comments

Comments
 (0)