Uses of Interface
io.prometheus.metrics.core.datapoints.TimerApi
-
Uses of TimerApi in io.prometheus.metrics.core.datapoints
Modifier and TypeInterfaceDescriptioninterface
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. -
Uses of TimerApi in io.prometheus.metrics.core.metrics
Modifier and TypeClassDescriptionclass
Gauge metric.class
Histogram metric.class
class
Summary metric.class