kubernetes / kube-state-metrics

Add-on agent to generate and expose cluster-level metrics.
https://kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
Apache License 2.0
5.45k stars 2.02k forks source link

Support for JobSet metrics #2560

Open chelseychen opened 4 days ago

chelseychen commented 4 days ago

What would you like to be added:

Expose metrics about JobSet resource: https://jobset.sigs.k8s.io/docs/reference/jobset.v1alpha2/

Why is this needed:

For better monitoring of AI training job status.

Describe the solution you'd like

Following docs/developer/guide.md to add a new JobSet resource with a few metrics reporting the status of the JobSet.

Additional context

k8s-ci-robot commented 4 days ago

This issue is currently awaiting triage.

If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.