Skip to content

Commit

Permalink
Revert: 撤销对 Start Once 方式的改动 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx authored Jul 21, 2021
1 parent 4fcf553 commit d4f8cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metricbeat/mb/module/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func (msw *metricSetWrapper) startPeriodicFetching(reporter reporter) {
return
case <-t.C:
msw.fetch(reporter)
return // mando: hack here, run once only
}
}
}
Expand Down

0 comments on commit d4f8cd3

Please sign in to comment.