-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add projects query #243
feat: add projects query #243
Conversation
21c19b4
to
89307f6
Compare
@SuperQ Could you take a look on this PR? |
420673d
to
3621bfc
Compare
Signed-off-by: Filipe Andujar <filipeandujar@gmail.com>
3621bfc
to
26fc30c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the README with an example use of the use and a link to the Google documentation related to what's possible in the query language?
Signed-off-by: Filipe Andujar <filipeandujar@gmail.com>
Signed-off-by: Filipe Andujar <filipeandujar@gmail.com>
@SuperQ can you review it again, please? Sorry for the delay |
Signed-off-by: Filipe Andujar <filipeandujar@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @SuperQ, |
This PR introduces a new flag to initialization called google.projects.filter which allows the exporter to query projects on a GCP Organization using labels and fields.
Example:
I designed this to be a complement to the current projectID flag.
In my case, I have thousands of projects and that's why I wanted it to be flexible.