volcano icon indicating copy to clipboard operation
volcano copied to clipboard

Will metrics for pods and jobs be enhanced?

Open bysph opened this issue 2 years ago • 3 comments

What would you like to be added:

Metrics like volcano_pod_info or volcano_job_info which can reflect the association between pod/job and queues.

Why is this needed:

Currently, Volcano lacks these types of metrics, which prevents us from viewing the list of jobs or the number of pods under a certain queue. I believe that supplementing these metrics would be very helpful for production resource monitoring.

bysph avatar Dec 15 '23 09:12 bysph

@Monokaix This is what I mentioned to you on the phone, we can continue our discussion here : )

bysph avatar Dec 15 '23 09:12 bysph

@Monokaix This is what I mentioned to you on the phone, we can continue our discussion here : )

Thanks for your advice, will check this later.

Monokaix avatar Dec 19 '23 03:12 Monokaix

Hi, queue.status has pod number allocated to current queue and we can expose these information by metric.

status:
  allocated:
    cpu: "2"
    memory: "0"
    pods: 2m

Monokaix avatar Dec 28 '23 08:12 Monokaix