add rounding to statsTable data

This commit is contained in:
Christoph Kluge
2026-01-27 13:31:16 +01:00
parent 2859f12dc1
commit 2173d3527d

View File

@@ -300,6 +300,9 @@ func LoadScopedJobStats(
return nil, err return nil, err
} }
// Round Resulting Stat Values
scopedStats.RoundScopedMetricStats()
return scopedStats, nil return scopedStats, nil
} }