Package org.apache.solr.metrics.reporters
This package houses 'pluggable' metric reporters that inherit from the
SolrMetricReporter
class.-
Interface Summary Interface Description ReporterClientCache.ClientProvider<T> Provide an instance of service client. -
Class Summary Class Description ReporterClientCache<T> Simple cache for reusable service clients used by some implementations ofSolrMetricReporter
.SolrGraphiteReporter Metrics reporter that wrapsGraphiteReporter
.SolrJmxReporter ASolrMetricReporter
that finds (or creates) a MBeanServer from the given configuration and registers metrics to it with JMX.SolrSlf4jReporter Metrics reporter that wrapsSlf4jReporter
.