Uses of Class
org.apache.solr.metrics.prometheus.SolrPrometheusFormatter
-
Packages that use SolrPrometheusFormatter Package Description org.apache.solr.metrics.prometheus TheSolrPrometheusFormatteris responsible for collecting Prometheus metrics from exportingMetric's fromMetricRegistrySolrMetricis a wrapper to exportMetrictoDataPointSnapshotorg.apache.solr.metrics.prometheus.core TheSolrPrometheusCoreFormatteris responsible for exporting solr.core registry metrics to Prometheus.org.apache.solr.metrics.prometheus.jetty TheSolrPrometheusJettyFormatteris responsible for exporting solr.jetty registry metrics to Prometheus.org.apache.solr.metrics.prometheus.jvm TheSolrPrometheusJvmFormatteris responsible for exporting solr.jvm registry metrics to Prometheus.org.apache.solr.metrics.prometheus.node TheSolrPrometheusNodeFormatteris responsible for exporting solr.node registry metrics to Prometheus.org.apache.solr.response API and implementations ofQueryResponseWriterfor formatting Solr request responses -
-
Uses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus
Methods in org.apache.solr.metrics.prometheus with parameters of type SolrPrometheusFormatter Modifier and Type Method Description abstract voidSolrMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrNoOpMetric. toPrometheus(SolrPrometheusFormatter formatter) -
Uses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.core
Subclasses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.core Modifier and Type Class Description classSolrPrometheusCoreFormatterThis class maintains aMetricSnapshots exported from solr.coreMetricRegistryMethods in org.apache.solr.metrics.prometheus.core with parameters of type SolrPrometheusFormatter Modifier and Type Method Description voidSolrCoreCacheMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrCoreHandlerMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrCoreHighlighterMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrCoreIndexMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrCoreSearcherMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrCoreTlogMetric. toPrometheus(SolrPrometheusFormatter formatter) -
Uses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.jetty
Subclasses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.jetty Modifier and Type Class Description classSolrPrometheusJettyFormatterThis class maintains aMetricSnapshots exported from solr.jettyMetricRegistryMethods in org.apache.solr.metrics.prometheus.jetty with parameters of type SolrPrometheusFormatter Modifier and Type Method Description voidSolrJettyDispatchesMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrJettyReqRespMetric. toPrometheus(SolrPrometheusFormatter formatter) -
Uses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.jvm
Subclasses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.jvm Modifier and Type Class Description classSolrPrometheusJvmFormatterThis class maintains aMetricSnapshots exported from solr.jvmMetricRegistryMethods in org.apache.solr.metrics.prometheus.jvm with parameters of type SolrPrometheusFormatter Modifier and Type Method Description voidSolrJvmBuffersMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrJvmGcMetrics. toPrometheus(SolrPrometheusFormatter formatter)voidSolrJvmMemoryMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrJvmOsMetric. toPrometheus(SolrPrometheusFormatter formatter) -
Uses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.node
Subclasses of SolrPrometheusFormatter in org.apache.solr.metrics.prometheus.node Modifier and Type Class Description classSolrPrometheusNodeFormatterThis class maintains aMetricSnapshots exported from solr.nodeMetricRegistryMethods in org.apache.solr.metrics.prometheus.node with parameters of type SolrPrometheusFormatter Modifier and Type Method Description voidSolrNodeContainerMetric. toPrometheus(SolrPrometheusFormatter formatter)voidSolrNodeHandlerMetric. toPrometheus(SolrPrometheusFormatter formatter) -
Uses of SolrPrometheusFormatter in org.apache.solr.response
Methods in org.apache.solr.response that return SolrPrometheusFormatter Modifier and Type Method Description static SolrPrometheusFormatterPrometheusResponseWriter. getFormatterType(String registryName)Method parameters in org.apache.solr.response with type arguments of type SolrPrometheusFormatter Modifier and Type Method Description static voidPrometheusResponseWriter. toPrometheus(com.codahale.metrics.MetricRegistry registry, String registryName, List<com.codahale.metrics.MetricFilter> shouldMatchFilters, com.codahale.metrics.MetricFilter mustMatchFilter, Predicate<CharSequence> propertyFilter, boolean skipHistograms, boolean skipAggregateValues, boolean compact, Consumer<SolrPrometheusFormatter> consumer)Provides a representation of the given Dropwizard metric registry asSolrPrometheusCoreFormatter-s.
-