DanielCarter-stack commented on issue #10547:
URL: https://github.com/apache/seatunnel/issues/10547#issuecomment-3976715315

   <!-- code-pr-reviewer -->
   Thank you for reporting this. I can confirm the issue: the Jobs list pages 
(`/jobs`) do not display rate indicators (QPS, Bytes/Second), though the 
backend API provides this data and the Job Detail page displays it correctly.
   
   **Evidence:**
   - `seatunnel-engine/seatunnel-engine-ui/src/views/jobs/running-jobs.tsx` 
(columns definition, lines 49-102)
   - `seatunnel-engine/seatunnel-engine-ui/src/views/jobs/finished-jobs.tsx` 
(columns definition, lines 49-106)
   - `seatunnel-engine/seatunnel-engine-ui/src/service/job/types.ts` (Job 
interface includes `metrics` field, lines 64-79)
   - `seatunnel-engine/seatunnel-engine-ui/src/views/jobs/detail.tsx` (rate 
metrics displayed correctly, lines 120-164)
   
   **Current behavior:** The list pages show only basic job info (Id, Name, 
Create Time, Status). Rate metrics are only visible after clicking "View" to 
enter the Job Detail page.
   
   **Clarification needed:** Should rate indicators be added to the Jobs list 
pages, or is the current design (list → detail for metrics) intentional? If 
they should be displayed in the list, please specify which metrics are 
priorities (e.g., summary QPS vs. per-vertex breakdown).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to