simplify polar plot data code, add scaling for shared jobs to polar

This commit is contained in:
Christoph Kluge
2025-02-11 18:38:48 +01:00
parent 140b3c371d
commit 8af92b1557
3 changed files with 43 additions and 76 deletions

View File

@@ -303,6 +303,7 @@ func (r *queryResolver) JobMetrics(ctx context.Context, id string, metrics []str
// JobsFootprints is the resolver for the jobsFootprints field.
func (r *queryResolver) JobsFootprints(ctx context.Context, filter []*model.JobFilter, metrics []string) (*model.Footprints, error) {
// NOTE: Legacy Naming! This resolver is for normalized histograms in analysis view only - *Not* related to DB "footprint" column!
return r.jobsFootprints(ctx, filter, metrics)
}