Package org.apache.solr.metrics.prometheus
The
SolrPrometheusFormatter
is responsible for
collecting Prometheus metrics from exporting Metric
's from MetricRegistry
SolrMetric
is a
wrapper to export Metric
to DataPointSnapshot
-
Class Summary Class Description SolrMetric Base class is a wrapper to categorize and exportMetric
toDataPointSnapshot
and register to aSolrPrometheusFormatter
.SolrNoOpMetric SolrPrometheusFormatter Base class for allSolrPrometheusFormatter
holdingMetricSnapshot
s.