@Singleton public class ClusterStatsService extends Object
| Constructor and Description |
|---|
ClusterStatsService(ElasticsearchProbe elasticsearchProbe,
MongoProbe mongoProbe,
UserService userService,
InputService inputService,
StreamService streamService,
StreamRuleService streamRuleService,
OutputService outputService,
DashboardService dashboardService,
BundleService bundleService) |
| Modifier and Type | Method and Description |
|---|---|
ClusterStats |
clusterStats() |
ElasticsearchStats |
elasticsearchStats() |
MongoStats |
mongoStats() |
@Inject public ClusterStatsService(ElasticsearchProbe elasticsearchProbe, MongoProbe mongoProbe, UserService userService, InputService inputService, StreamService streamService, StreamRuleService streamRuleService, OutputService outputService, DashboardService dashboardService, BundleService bundleService)
public ClusterStats clusterStats()
public ElasticsearchStats elasticsearchStats()
public MongoStats mongoStats()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.