Skip to content
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

RFE: kueue-viz: Add some compiled historical observability metrics in kueue-viz #4049

Open
3 tasks done
akram opened this issue Jan 24, 2025 · 1 comment
Open
3 tasks done
Labels
kind/dashboard Denotes a PR that is related to the built-in dashboard kind/feature Categorizes issue or PR as related to a new feature.

Comments

@akram
Copy link
Contributor

akram commented Jan 24, 2025

What would you like to be added:
The current kueue-viz dashboard is more about having a live view on how kueue is behaving.
It could be interesting to have a few additional historical metrics:

  • average wait time for jobs to get resources
  • preemption rate per queue
  • resource in contention per resource flavor
  • most borrowed resource within cohort

Why is this needed:
kueue admin or users may be interested in knowing how their kueue cluster is behaving with jobs and resources to anticipate peaks, loads or even provisioning of new resources.

Completion requirements:
The best way to store or compute these metrics could be with prometheus. But, if this is not not feasible, we may need to think about having a data storage beside the backend.

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@akram akram added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 24, 2025
@akram akram changed the title REF: kueue-viz: Add some compiled historical observability metrics in kueue-viz RFE: kueue-viz: Add some compiled historical observability metrics in kueue-viz Jan 24, 2025
@mimowo
Copy link
Contributor

mimowo commented Jan 24, 2025

/kind dashboard

@k8s-ci-robot k8s-ci-robot added the kind/dashboard Denotes a PR that is related to the built-in dashboard label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dashboard Denotes a PR that is related to the built-in dashboard kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants