Uses of Class
io.prometheus.client.Histogram.Timer
-
Packages that use Histogram.Timer Package Description io.prometheus.client io.prometheus.client.servlet.common.filter -
-
Uses of Histogram.Timer in io.prometheus.client
Methods in io.prometheus.client that return Histogram.Timer Modifier and Type Method Description Histogram.Timer
Histogram.Child. startTimer()
Start a timer to track a duration.Histogram.Timer
Histogram. startTimer()
Start a timer to track a duration on the histogram with no labels. -
Uses of Histogram.Timer in io.prometheus.client.servlet.common.filter
Fields in io.prometheus.client.servlet.common.filter declared as Histogram.Timer Modifier and Type Field Description (package private) Histogram.Timer
Filter.MetricData. timer
Constructors in io.prometheus.client.servlet.common.filter with parameters of type Histogram.Timer Constructor Description MetricData(java.lang.String components, java.lang.String method, Histogram.Timer timer)
-