show active threads in metrics

This commit is contained in:
Athou
2013-07-05 09:52:23 +02:00
parent 5530c5fd7e
commit c388e726fe
4 changed files with 28 additions and 9 deletions

View File

@@ -185,4 +185,8 @@ public class FeedRefreshUpdater {
return pool.getQueueSize();
}
public int getActiveCount() {
return pool.getActiveCount();
}
}