mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 06:51:45 +01:00
add rounding to statsTable data
This commit is contained in:
@@ -300,6 +300,9 @@ func LoadScopedJobStats(
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Round Resulting Stat Values
|
||||||
|
scopedStats.RoundScopedMetricStats()
|
||||||
|
|
||||||
return scopedStats, nil
|
return scopedStats, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user