kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

Workers tab in UI missing data #1938

Open RonShvarz opened 1 month ago

RonShvarz commented 1 month ago

/hkube/dashboard/workers#/workers

Info that doesn't arrive / is not supported / needed: Ready count, Working count, Init count, Exit count, Hot Count

What arrives - Count for example, comes from Query>discovery>taskExecutor>actual>stats Investigate the data that does arrive, map the missing data, and what is currently available out of the existing columns.

image.png
Adir111 commented 1 month ago

Related fields for data fetching query:

    algorithmName
    count
    init
    ready
    working
    exit
    hot