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
What if I had a service account which had access to multiple projects and wanted to scrape GCP metrics for all of those projects? Currently we are able to get metrics only for the parent project and not other projects where we have access to.
This is a problem as it would mean that if an account has access to say 30 other accounts with role to obtain metrics, we would need to add all those account names to the flag and restart the exporter service. Would be convenient if we could get all metrics of all the projects to which we have access to.
What if I had a service account which had access to multiple projects and wanted to scrape GCP metrics for all of those projects? Currently we are able to get metrics only for the parent project and not other projects where we have access to.
/gcp_stackdriver_exporter/stackdriver_exporter --monitoring.metrics-type-prefixes loadbalancing.googleapis.com/
How to do that? How to use the roles/permissions of a service account to get metrics from other projects other than just adding those project names?
The text was updated successfully, but these errors were encountered: