add job duration, add starttime and duration to legend

This commit is contained in:
Christoph Kluge
2025-05-06 09:58:28 +02:00
parent fd52fdd35b
commit 33ecfe88ef
6 changed files with 137 additions and 36 deletions

View File

@@ -173,6 +173,7 @@ type ScopedStats {
type JobStats {
jobId: Int!
startTime: Int!
duration: Int!
stats: [NamedStats!]!
}