mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-05 04:50:55 +08:00
合并主分支 (#1241)
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
<configuration>
|
||||
<nodeVersion>v12.22.12</nodeVersion>
|
||||
<npmVersion>6.14.16</npmVersion>
|
||||
<nodeDownloadRoot>https://npm.taobao.org/mirrors/node/</nodeDownloadRoot>
|
||||
<npmDownloadRoot>https://registry.npm.taobao.org/npm/-/</npmDownloadRoot>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
||||
Reference in New Issue
Block a user