Uses of Class
io.prometheus.client.DoubleAdder
-
Packages that use DoubleAdder Package Description io.prometheus.client -
-
Uses of DoubleAdder in io.prometheus.client
Fields in io.prometheus.client declared as DoubleAdder Modifier and Type Field Description private DoubleAdder
Summary.Child. count
private DoubleAdder[]
Histogram.Child. cumulativeCounts
private DoubleAdder
Histogram.Child. sum
private DoubleAdder
Summary.Child. sum
private DoubleAdder
Counter.Child. value
private DoubleAdder
Gauge.Child. value
-