You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ returns an array of prometheus's [`<static_config>`](https://prometheus.io/docs/
54
54
55
55
The query parameters are:
56
56
-`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.
59
59
60
60
### General Notes (true for both web-server and daemon mode)
61
61
A "projects auto-discovery" mode can be enabled with `-project-auto-discovery` or `http://..?project-auto-discovery=true`.
0 commit comments