-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Feature]: API can get process stats #681
Comments
@gnovv it's debatable what the best thing to do is. I think as long as the endpoint doesn't fail and still responds OK (but maybe with some warning headers) then we can do either. Tradeoffs are:
Linking a couple issues/PRs where this was discussed relatively recently:
I think I ended up making the whole |
Blockers/Dependencies
Depends on the spike branch.
Background
As a API client
I want to view stats for given cf processes
So that I can observe my applications
Acceptance Criteria
Happy Path
GIVEN cluster with cf-k8s-controllers, api shim, and metrics server installed
WHEN I make a request that looks like
THEN I get a response that looks like
Dev Notes
API docs: https://v3-apidocs.cloudfoundry.org/version/3.113.0/index.html#get-stats-for-a-process
Because our installation scripts do not currently include metrics-server, we will need to update them to enable end to end testing.
Notes on particular fields:
Note on RBAC:
Fallback:
Do we also include a runtime log for debugging as well?
The text was updated successfully, but these errors were encountered: