Manual merge changes not staged last time ...

This commit is contained in:
Christoph Kluge
2024-09-05 17:27:18 +02:00
parent 0b7cdde4a0
commit 7400273b0a
3 changed files with 30 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ func ArchiveJob(job *schema.Job, ctx context.Context) (*schema.JobMeta, error) {
scopes = append(scopes, schema.MetricScopeAccelerator)
}
jobData, err := metricDataDispatcher.LoadData(job, allMetrics, scopes, ctx)
jobData, err := metricDataDispatcher.LoadData(job, allMetrics, scopes, ctx, 0) // 0 Resulotion-Value retrieves highest res (60s)
if err != nil {
log.Error("Error wile loading job data for archiving")
return nil, err