mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
[Bugfix]fix Topic level metric query
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),
|
||||
|
||||
Reference in New Issue
Block a user