adds centralized rounding of series stats in dataLoader

- Fixed to two digit precision
This commit is contained in:
Christoph Kluge
2025-02-11 10:57:04 +01:00
parent 140b3c371d
commit eaa826bb8a
2 changed files with 18 additions and 0 deletions

View File

@@ -170,6 +170,9 @@ func LoadData(job *schema.Job,
jd.AddNodeScope("mem_bw")
}
// Round Resulting Stat Values
jd.RoundMetricStats()
return jd, ttl, size
})