Add scope to Metric List. Add numberOfNodes.

This commit is contained in:
Jan Eitzinger
2023-03-24 15:10:23 +01:00
parent 4d49698e5a
commit 9aff980a38
4 changed files with 166 additions and 13 deletions

View File

@@ -58,9 +58,9 @@ type JobFilter struct {
}
type JobMetricWithName struct {
Name string `json:"name"`
Scope schema.MetricScope `json:"scope"`
Metric *schema.JobMetric `json:"metric"`
Name string `json:"name"`
Scope schema.MetricScope `json:"scope"`
Metric *schema.JobMetric `json:"metric"`
}
type JobResultList struct {