Uses of Class
io.prometheus.metrics.core.metrics.Metric
Packages that use Metric
-
Uses of Metric in io.prometheus.metrics.core.metrics
Classes in io.prometheus.metrics.core.metrics with type parameters of type MetricModifier and TypeClassDescriptionprotected static classMetric.Builder<B extends Metric.Builder<B,M>, M extends Metric> Subclasses of Metric in io.prometheus.metrics.core.metricsModifier and TypeClassDescriptionclassCounter metric.classExample:classGauge metric.classExample:classHistogram metric.classInfo metric.classAlmost all metrics have fixed metadata, i.e. the metric name is known when the metric is created.classStatefulMetric<D extends DataPoint,T extends D> There are two kinds of metrics: AStatefulMetricactively maintains its current values, e.g. a stateful counter actively stores its current count.classStateSet metric.classSummary metric.classExample: