We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
No branches or pull requests
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: