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
I think as a first step we will add a flag that by default disables those calls, so we do not run into issues when it gets disabled in cf-deployment by default.
Next step we want to check if we can replace it with something based on v3.
cf_exporter currently uses the cf v2 api to get the app and space summary. For example here.
The cf v2 api has been deprecated for quite some time , but now concrete steps have been proposed to disable it.
Since v3 does not offer an alternative for v2's space and app summary, it will be a challenge to get a solution that does not hammer the Cloud Controller too much.
The text was updated successfully, but these errors were encountered: