Uses of Class
org.graylog2.system.stats.mongo.MongoStats
Packages that use MongoStats
Package
Description
-
Uses of MongoStats in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that return MongoStats -
Uses of MongoStats in org.graylog2.system.stats
Methods in org.graylog2.system.stats that return MongoStatsModifier and TypeMethodDescriptionabstract MongoStatsClusterStats.mongoStats()ClusterStatsService.mongoStats()Methods in org.graylog2.system.stats with parameters of type MongoStatsModifier and TypeMethodDescriptionstatic ClusterStatsClusterStats.create(ElasticsearchStats elasticsearchStats, MongoStats mongoStats, long streamCount, long streamRuleCount, Map<String, Long> streamRuleCountByStream, long userCount, long outputCount, Map<String, Long> outputCountByType, long dashboardCount, long inputCount, long globalInputCount, Map<String, Long> inputCountByType, long extractorCount, Map<Extractor.Type, Long> extractorCountByType) -
Uses of MongoStats in org.graylog2.system.stats.mongo
Methods in org.graylog2.system.stats.mongo that return MongoStatsModifier and TypeMethodDescriptionstatic MongoStatsMongoStats.create(List<com.google.common.net.HostAndPort> servers, BuildInfo buildInfo, HostInfo hostInfo, ServerStatus serverStatus, DatabaseStats databaseStats) MongoProbe.mongoStats()