-
Notifications
You must be signed in to change notification settings - Fork 15
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
[ACTION] Proposal 3 - Collect & Compute #147
Comments
This was referenced Dec 11, 2024
This could be done by starting a Prometheus Go client: https://github.com/prometheus/client_golang |
AntonioDiTuri
changed the title
[ACTION] Proposal 3 - Collect
[ACTION] Proposal 3 - Collect & Compute
Dec 11, 2024
I would like to work on this issue |
@SRF-Audio I will let you know. Sorry for the late response ! |
I will assign you both and then you can sync on how to split, what do you think? |
Works for me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: