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
This issue details what needs to be done in the collect step.
You can reference the proposal 3 - Metrics section: https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/proposals/proposal-003-report.md#metrics.
There three substeps:
container_cpu_usage_seconds_total container_memory_rss container_memory_working_set_bytes
All the metrics should be available in prometheus, and we should be able to collect them with a PromQL query.
After collecting the metrics we need to collect the metadata: https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/proposals/proposal-003-report.md#metadata
We can run the PromQL query which is already available using the Prometheus Go Client:
The text was updated successfully, but these errors were encountered:
This could be done by starting a Prometheus Go client: https://github.com/prometheus/client_golang
Sorry, something went wrong.
I would like to work on this issue
@qasmi I was going to work on part 3 of this task, so let me know if you get assigned this ticket.
Once you've got your structure in place, and then I can create a module for the storage part and fit in with your design.
No branches or pull requests
This issue details what needs to be done in the collect step.
You can reference the proposal 3 - Metrics section: https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/proposals/proposal-003-report.md#metrics.
There three substeps:
1. The metrics we will need to collect are
All the metrics should be available in prometheus, and we should be able to collect them with a PromQL query.
2. Collect the metadata
After collecting the metrics we need to collect the metadata: https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/proposals/proposal-003-report.md#metadata
3. Compute the sci
We can run the PromQL query which is already available using the Prometheus Go Client:
The text was updated successfully, but these errors were encountered: