Uses of Interface
io.prometheus.metrics.core.datapoints.TimerApi
Packages that use TimerApi
-
Uses of TimerApi in io.prometheus.metrics.core.datapoints
Subinterfaces of TimerApi in io.prometheus.metrics.core.datapointsModifier 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
Classes in io.prometheus.metrics.core.metrics that implement TimerApiModifier and TypeClassDescriptionclass
Gauge metric.class
Histogram metric.class
class
Summary metric.class