Class SolrJvmBuffersMetric
- java.lang.Object
-
- org.apache.solr.metrics.prometheus.SolrMetric
-
- org.apache.solr.metrics.prometheus.jvm.SolrJvmMetric
-
- org.apache.solr.metrics.prometheus.jvm.SolrJvmBuffersMetric
-
public class SolrJvmBuffersMetric extends SolrJvmMetric
-
-
Field Summary
Fields Modifier and Type Field Description static String
JVM_BUFFERS
static String
JVM_BUFFERS_BYTES
-
Fields inherited from class org.apache.solr.metrics.prometheus.SolrMetric
dropwizardMetric, labels, metricName
-
-
Constructor Summary
Constructors Constructor Description SolrJvmBuffersMetric(com.codahale.metrics.Metric dropwizardMetric, String metricName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrJvmMetric
parseLabels()
void
toPrometheus(SolrPrometheusFormatter formatter)
-
Methods inherited from class org.apache.solr.metrics.prometheus.SolrMetric
getLabels
-
-
-
-
Field Detail
-
JVM_BUFFERS
public static final String JVM_BUFFERS
- See Also:
- Constant Field Values
-
JVM_BUFFERS_BYTES
public static final String JVM_BUFFERS_BYTES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrJvmBuffersMetric
public SolrJvmBuffersMetric(com.codahale.metrics.Metric dropwizardMetric, String metricName)
-
-
Method Detail
-
parseLabels
public SolrJvmMetric parseLabels()
- Specified by:
parseLabels
in classSolrMetric
-
toPrometheus
public void toPrometheus(SolrPrometheusFormatter formatter)
- Specified by:
toPrometheus
in classSolrMetric
-
-