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

@@ -47,7 +47,7 @@ func RegisterFootprintWorker() {
scopes = append(scopes, schema.MetricScopeAccelerator)
for _, job := range jobs {
jobData, err := metricDataDispatcher.LoadData(job, allMetrics, scopes, context.Background())
jobData, err := metricDataDispatcher.LoadData(job, allMetrics, scopes, context.Background(), 0) // 0 Resulotion-Value retrieves highest res (60s)
if err != nil {
log.Error("Error wile loading job data for footprint update")
continue