Package org.apache.solr.metrics.reporters.jmx
This package contains components that support
SolrJmxReporter.-
Class Summary Class Description JmxMetricsReporter This is a modified copy of Dropwizard'sJmxReporterand classes that it internally uses, with a few important differences: this class knows that it can directly useMetricsMapas a dynamic MBean. this class allows us to "tag" MBean instances so that we can later unregister only instances registered with the same tag. this class processes all metrics already existing in the registry at the time when reporter is started.JmxMetricsReporter.Builder Builder for theJmxMetricsReporterclass.JmxObjectNameFactory Factory to create MBean names for a given metric.