Uses of Class
org.apache.solr.metrics.SolrMetricReporter
-
Packages that use SolrMetricReporter Package Description org.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's.org.apache.solr.metrics.reporters This package houses 'pluggable' metric reporters that inherit from theSolrMetricReporterclass. -
-
Uses of SolrMetricReporter in org.apache.solr.metrics
Subclasses of SolrMetricReporter in org.apache.solr.metrics Modifier and Type Class Description classFilteringSolrMetricReporterASolrMetricReporterthat supports (prefix) filters.classSolrCoreContainerReporterASolrMetricReporterthat has access to itsCoreContainer.classSolrCoreReporterAFilteringSolrMetricReporterthat has access to itsSolrCore.Methods in org.apache.solr.metrics that return types with arguments of type SolrMetricReporter Modifier and Type Method Description Map<String,SolrMetricReporter>SolrMetricManager. getReporters(String registry)Get a map of reporters for a registry. -
Uses of SolrMetricReporter in org.apache.solr.metrics.reporters
Subclasses of SolrMetricReporter in org.apache.solr.metrics.reporters Modifier and Type Class Description classSolrGraphiteReporterMetrics reporter that wrapsGraphiteReporter.classSolrJmxReporterASolrMetricReporterthat finds (or creates) a MBeanServer from the given configuration and registers metrics to it with JMX.classSolrSlf4jReporterMetrics reporter that wrapsSlf4jReporter.
-