Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -74,9 +74,9 @@ | 
| 74 | 74 | startTs: moment(moment().subtract(1, 'minute')).valueOf(), | 
| 75 | 75 | timeWindow: 3600000, | 
| 76 | 76 | interval: 10000, | 
| 77 | - intervalType: 'MILLISECONDS', | |
| 78 | - // limit: 360, | |
| 79 | - timeZoneId: 'Asia/Shanghai', | |
| 77 | + // intervalType: 'MILLISECONDS', | |
| 78 | + limit: 360, | |
| 79 | + // timeZoneId: 'Asia/Shanghai', | |
| 80 | 80 | agg: 'AVG', | 
| 81 | 81 | unsubscribe: false, | 
| 82 | 82 | }, | ... | ... |