Skip to content

Commit

Permalink
The main poller should reset values
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuino committed Mar 11, 2014
1 parent c5b892a commit da648d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ private static MetricObserver createGraphiteObserver() {
}

private static void schedule(MetricPoller poller, List<MetricObserver> observers) {
final PollRunnable task = new PollRunnable(poller, BasicMetricFilter.MATCH_ALL, observers);
final PollRunnable task = new PollRunnable(poller, BasicMetricFilter.MATCH_ALL, true, observers);
PollScheduler.getInstance().addPoller(task, Config.getPollInterval(), TimeUnit.SECONDS);
}

Expand Down

0 comments on commit da648d9

Please sign in to comment.