Uses of Interface
io.prometheus.metrics.core.datapoints.DataPoint
-
Uses of DataPoint in io.prometheus.metrics.core.datapoints
Modifier and TypeInterfaceDescriptioninterface
Represents a single counter data point, i.e. a single line for a counter metric in Prometheus text format.interface
Represents a single data point of a histogram or a summary metric.interface
Represents a single gauge data point, i.e. a single line for a gauge metric in Prometheus text format.interface
Represents a single StateSet data point. -
Uses of DataPoint in io.prometheus.metrics.core.metrics
Modifier and TypeClassDescriptionclass
Counter metric.class
Gauge metric.class
Histogram metric.class
class
StateSet metric.class
Summary metric.class