Skip to content

Commit

Permalink
feat: Fix typos in MetricFetcher of sentinel-dashboard (alibaba#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlu-xcq authored Aug 14, 2021
1 parent 436a885 commit 20a0e4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void doFetchAppMetric(final String app) {
lastFetchMs = lastFetchMs / 1000 * 1000;
long endTime = lastFetchMs + FETCH_INTERVAL_SECOND * 1000;
if (endTime > now - 1000 * 2) {
// to near
// too near
return;
}
// update last_fetch in advance.
Expand Down

0 comments on commit 20a0e4d

Please sign in to comment.