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
We currently filter the delegated project by performing a test on label project_id. This is inefficient and error prone: server side filter enables us to perform the selection of the actual project's metrics (not those with label project_id, that could have been setup to some arbitrary value misleadingly), plus it saves some network resources if you have plenty of projects in your stackdriver workspace.
0 commit comments