Skip to content

Commit

Permalink
Reduce ratePer window (#885)
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
  • Loading branch information
albertteoh authored Feb 19, 2022
1 parent 57a3869 commit 5c613b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class MonitorATMServicesViewImpl extends React.PureComponent<TProps, Stat
endTs: this.endTime,
lookback: selectedTimeFrame,
step: 60 * 1000,
ratePer: 60 * 60 * 1000,
ratePer: 10 * 60 * 1000,
};

fetchAllServiceMetrics(currentService, metricQueryPayload);
Expand Down

0 comments on commit 5c613b4

Please sign in to comment.