bind(StreamFileJanitorService.class).to(LocalStreamFileJanitorService.class).in(Scopes.SINGLETON);
expose(StreamHandler.class);
}
},
new TestMetricsClientModule(),
new MetricsHandlerModule(),
new LoggingModules().getInMemoryModules(),
new ExploreRuntimeModule().getInMemoryModules(),
new ExploreClientModule(),
new AbstractModule() {
@Override