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
It would be cool if pman could, over an HTTP endpoint, report the compute resource's resource usage e.g. % CPU usage (or CPU request).
This information would be requested by CUBE, and then requested from CUBE by a client, e.g.
GET /api/v1/computeresources/usage/ [ { "compute_resource_name": "host", "usage": 0.2 }, { "compute_resource_name": "galena", "usage": 0.6 }, { "compute_resource_name": "e2-5m", "usage": 0.3 } ]
This information can be rendered using ChRIS_ui for
The text was updated successfully, but these errors were encountered:
A more standardized solution would be to add a /metrics endpoint for pman and pfcon conforming to prometheus's format.
/metrics
Sorry, something went wrong.
No branches or pull requests
It would be cool if pman could, over an HTTP endpoint, report the compute resource's resource usage e.g. % CPU usage (or CPU request).
This information would be requested by CUBE, and then requested from CUBE by a client, e.g.
This information can be rendered using ChRIS_ui for
The text was updated successfully, but these errors were encountered: