合并主分支 (#1241)

This commit is contained in:
Ve Lee
2024-10-12 20:26:14 +08:00
committed by GitHub
7 changed files with 135 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ const ExpandPartition = (props: { record: any; onConfirm: () => void }) => {
setLoading(true);
const metricParams = {
aggType: 'avg',
aggType: 'sum',
endTime: Math.round(endStamp),
metricsNames: ['BytesIn', 'BytesOut'],
startTime: Math.round(startStamp),